Enhance dataset card with metadata, paper, project, and code links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,5 +1,24 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
- This repository is under construction, and will be live in a few days.
5
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - text-to-speech
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 10K<n<100K
9
+ tags:
10
+ - speech
11
+ - expressive-speech
12
+ - speech-synthesis
13
+ - audio
14
+ - zero-shot
15
  ---
 
16
 
17
+ This repository contains the LibriQuote dataset, a speech dataset of fictional character utterances for expressive zero-shot speech synthesis.
18
+
19
+ The dataset was presented in the paper [LibriQuote: A Speech Dataset of Fictional Character Utterances for Expressive Zero-Shot Speech Synthesis](https://huggingface.co/papers/2509.04072).
20
+
21
+ Project page: https://libriquote.github.io/
22
+ Code: https://github.com/deezer/libriquote
23
+
24
+ This repository is under construction, and will be live in a few days.