Datasets:
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1M - 10M
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Meta Speech Recognition English Dataset (v1)
|
| 2 |
|
| 3 |
This dataset contains only the metadata (JSON/Parquet) for English speech recognition samples.
|
|
@@ -177,4 +191,4 @@ python -m torch.distributed.launch --nproc_per_node=1 \
|
|
| 177 |
|
| 178 |
1. **Path Mismatches**: Ensure audio file paths in manifests match the mounted directories in Docker
|
| 179 |
2. **Memory Issues**: Reduce batch size or use gradient accumulation
|
| 180 |
-
3. **Docker Permissions**: Ensure proper permissions for mounted volumes and audio devices
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- automatic-speech-recognition
|
| 4 |
+
- audio-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- speech-recognition
|
| 9 |
+
- entity-tagging
|
| 10 |
+
- intent-prediction
|
| 11 |
+
- age-classication
|
| 12 |
+
- gender-prediction
|
| 13 |
+
- emotion-classication
|
| 14 |
+
---
|
| 15 |
# Meta Speech Recognition English Dataset (v1)
|
| 16 |
|
| 17 |
This dataset contains only the metadata (JSON/Parquet) for English speech recognition samples.
|
|
|
|
| 191 |
|
| 192 |
1. **Path Mismatches**: Ensure audio file paths in manifests match the mounted directories in Docker
|
| 193 |
2. **Memory Issues**: Reduce batch size or use gradient accumulation
|
| 194 |
+
3. **Docker Permissions**: Ensure proper permissions for mounted volumes and audio devices
|