Datasets:
Formats:
parquet
Languages:
English
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Meta Speech Recognition English Dataset (Set 2)
|
| 2 |
|
| 3 |
This dataset contains both metadata and audio files for English speech recognition samples.
|
|
@@ -202,4 +219,4 @@ python -m torch.distributed.launch --nproc_per_node=1 \
|
|
| 202 |
3. **Model Performance**:
|
| 203 |
- Adjust learning rate based on your batch size
|
| 204 |
- Use learning rate warmup for better convergence
|
| 205 |
-
- Consider using a pretrained model as initialization
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- audio-classification
|
| 4 |
+
- automatic-speech-recognition
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- speech-recognition
|
| 9 |
+
- emotion-detection
|
| 10 |
+
- age-detection
|
| 11 |
+
- gender-classication
|
| 12 |
+
- intent-prediction
|
| 13 |
+
- entity-tagging
|
| 14 |
+
- common-voice
|
| 15 |
+
- people-speech
|
| 16 |
+
- librispeech
|
| 17 |
+
---
|
| 18 |
# Meta Speech Recognition English Dataset (Set 2)
|
| 19 |
|
| 20 |
This dataset contains both metadata and audio files for English speech recognition samples.
|
|
|
|
| 219 |
3. **Model Performance**:
|
| 220 |
- Adjust learning rate based on your batch size
|
| 221 |
- Use learning rate warmup for better convergence
|
| 222 |
+
- Consider using a pretrained model as initialization
|