Datasets:
Add explicit viewer configs and fix documented feature list
Browse files
README.md
CHANGED
|
@@ -7,6 +7,15 @@ task_categories:
|
|
| 7 |
pretty_name: Nyra Disfluency Speech English
|
| 8 |
size_categories:
|
| 9 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Nyra Disfluency Speech English
|
|
@@ -53,8 +62,6 @@ Features:
|
|
| 53 |
- `speaker`
|
| 54 |
- `verbatim_transcript`
|
| 55 |
- `intended_transcript`
|
| 56 |
-
- `timings`
|
| 57 |
-
- `verbatim_timings`
|
| 58 |
|
| 59 |
## Transcription Conventions
|
| 60 |
|
|
|
|
| 7 |
pretty_name: Nyra Disfluency Speech English
|
| 8 |
size_categories:
|
| 9 |
- 1K<n<10K
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: default
|
| 12 |
+
data_files:
|
| 13 |
+
- split: train
|
| 14 |
+
path: data/train-*
|
| 15 |
+
- split: validation
|
| 16 |
+
path: data/validation-*
|
| 17 |
+
- split: test
|
| 18 |
+
path: data/test-*
|
| 19 |
---
|
| 20 |
|
| 21 |
# Nyra Disfluency Speech English
|
|
|
|
| 62 |
- `speaker`
|
| 63 |
- `verbatim_transcript`
|
| 64 |
- `intended_transcript`
|
|
|
|
|
|
|
| 65 |
|
| 66 |
## Transcription Conventions
|
| 67 |
|