Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
---
|
2 |
license: bsd
|
3 |
task_categories:
|
4 |
-
-
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: timit phoneme datas
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
-
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bsd
|
3 |
task_categories:
|
4 |
+
- automatic-speech-recognition
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: timit phoneme datas
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
+
---
|
11 |
+
|
12 |
+
This dataset contains the phonetic transcriptions of audios as well as English transcripts. Phonetic transcriptions are based on the g2p model. It can be used to train phoneme recognition
|
13 |
+
model using wav2vec2.
|