Datasets:
Sasha Luccioni
commited on
Commit
•
26bae00
1
Parent(s):
8eca02e
Eval metadata Batch 4: Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full (#4338)
Browse files* Eval metadata for Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full
* Update README.md
oops, duplicate
* Update README.md
adding header
* Update README.md
adding header
* Update datasets/xsum/README.md
Co-authored-by: Quentin Lhoest <[email protected]>
* Update README.md
removing ROUGE args
* Update README.md
removing F1 params
* Update README.md
* Update README.md
updating to binary F1
* Update README.md
oops typo
* Update README.md
F1 binary
Co-authored-by: sashavor <[email protected]>
Co-authored-by: Quentin Lhoest <[email protected]>
Commit from https://github.com/huggingface/datasets/commit/bce8e6541af98cb0e06b24f9c96a6431cf813a38
README.md
CHANGED
@@ -18,6 +18,20 @@ task_categories:
|
|
18 |
- automatic-speech-recognition
|
19 |
task_ids: []
|
20 |
paperswithcode_id: vctk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Card for VCTK
|
@@ -49,7 +63,7 @@ paperswithcode_id: vctk
|
|
49 |
## Dataset Description
|
50 |
|
51 |
- **Homepage:** [Edinburg DataShare](https://doi.org/10.7488/ds/2645)
|
52 |
-
- **Repository:**
|
53 |
- **Paper:**
|
54 |
- **Leaderboard:**
|
55 |
- **Point of Contact:**
|
@@ -70,24 +84,24 @@ This CSTR VCTK Corpus includes speech data uttered by 110 English speakers with
|
|
70 |
|
71 |
### Data Instances
|
72 |
|
73 |
-
A data point comprises the path to the audio file, called `file` and its transcription, called `text`.
|
74 |
|
75 |
```
|
76 |
{
|
77 |
'speaker_id': 'p225',
|
78 |
'text_id': '001',
|
79 |
'text': 'Please call Stella.',
|
80 |
-
'age': '23',
|
81 |
-
'gender': 'F',
|
82 |
-
'accent': 'English',
|
83 |
-
'region': 'Southern England',
|
84 |
-
'file': '/datasets/downloads/extracted/8ed7dad05dfffdb552a3699777442af8e8ed11e656feb277f35bf9aea448f49e/wav48_silence_trimmed/p225/p225_001_mic1.flac',
|
85 |
-
'audio':
|
86 |
{
|
87 |
-
'path': '/datasets/downloads/extracted/8ed7dad05dfffdb552a3699777442af8e8ed11e656feb277f35bf9aea448f49e/wav48_silence_trimmed/p225/p225_001_mic1.flac',
|
88 |
-
'array': array([0.00485229, 0.00689697, 0.00619507, ..., 0.00811768, 0.00836182, 0.00854492], dtype=float32),
|
89 |
'sampling_rate': 48000
|
90 |
-
},
|
91 |
'comment': ''
|
92 |
}
|
93 |
```
|
|
|
18 |
- automatic-speech-recognition
|
19 |
task_ids: []
|
20 |
paperswithcode_id: vctk
|
21 |
+
train-eval-index:
|
22 |
+
- config: main
|
23 |
+
task: automatic-speech-recognition
|
24 |
+
task_id: speech_recognition
|
25 |
+
splits:
|
26 |
+
train_split: train
|
27 |
+
col_mapping:
|
28 |
+
file: path
|
29 |
+
text: text
|
30 |
+
metrics:
|
31 |
+
- type: wer
|
32 |
+
name: WER
|
33 |
+
- type: cer
|
34 |
+
name: CER
|
35 |
---
|
36 |
|
37 |
# Dataset Card for VCTK
|
|
|
63 |
## Dataset Description
|
64 |
|
65 |
- **Homepage:** [Edinburg DataShare](https://doi.org/10.7488/ds/2645)
|
66 |
+
- **Repository:**
|
67 |
- **Paper:**
|
68 |
- **Leaderboard:**
|
69 |
- **Point of Contact:**
|
|
|
84 |
|
85 |
### Data Instances
|
86 |
|
87 |
+
A data point comprises the path to the audio file, called `file` and its transcription, called `text`.
|
88 |
|
89 |
```
|
90 |
{
|
91 |
'speaker_id': 'p225',
|
92 |
'text_id': '001',
|
93 |
'text': 'Please call Stella.',
|
94 |
+
'age': '23',
|
95 |
+
'gender': 'F',
|
96 |
+
'accent': 'English',
|
97 |
+
'region': 'Southern England',
|
98 |
+
'file': '/datasets/downloads/extracted/8ed7dad05dfffdb552a3699777442af8e8ed11e656feb277f35bf9aea448f49e/wav48_silence_trimmed/p225/p225_001_mic1.flac',
|
99 |
+
'audio':
|
100 |
{
|
101 |
+
'path': '/datasets/downloads/extracted/8ed7dad05dfffdb552a3699777442af8e8ed11e656feb277f35bf9aea448f49e/wav48_silence_trimmed/p225/p225_001_mic1.flac',
|
102 |
+
'array': array([0.00485229, 0.00689697, 0.00619507, ..., 0.00811768, 0.00836182, 0.00854492], dtype=float32),
|
103 |
'sampling_rate': 48000
|
104 |
+
},
|
105 |
'comment': ''
|
106 |
}
|
107 |
```
|