nielsr HF Staff commited on
Commit
75bcdee
·
verified ·
1 Parent(s): 4c27a61

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

Browse files

This PR significantly enhances the dataset card for LibriQuote by adding crucial information for better discoverability and documentation.

Specifically, it includes:
- Updated metadata with `task_categories`, `language`, `size_categories`, and relevant `tags`.
- A link to the associated paper: [LibriQuote: A Speech Dataset of Fictional Character Utterances for Expressive Zero-Shot Speech Synthesis](https://huggingface.co/papers/2509.04072).
- A link to the project's website: https://libriquote.github.io/.
- A link to the GitHub repository: https://github.com/deezer/libriquote.

The existing "This repository is under construction, and will be live in a few days." message has been retained as found in the current dataset card and GitHub README.

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.