Datasets:
Update README split pointers: default/dev
Browse files
README.md
CHANGED
|
@@ -4,6 +4,10 @@ configs:
|
|
| 4 |
- config_name: 'default'
|
| 5 |
default: true
|
| 6 |
data_files:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
- split: 'large'
|
| 8 |
path:
|
| 9 |
- 'default/large/shard-00000-of-0020/large-00000-of-00147.parquet'
|
|
@@ -3290,14 +3294,15 @@ configs:
|
|
| 3290 |
|
| 3291 |
Libriheavy: a 50,000 hours ASR corpus with punctuation casing and context. Libriheavy is a labeled version of Librilight.
|
| 3292 |
|
| 3293 |
-
This uploaded version replaces the default Libri-Light audio files with the highest quality available versions
|
| 3294 |
-
64kbps mp3 to a 128kbps mp3.
|
| 3295 |
|
| 3296 |
Audio files are then re-encoded using the Opus 68kbps codec to retain quality and reduce size.
|
| 3297 |
|
| 3298 |
- Homepage: https://github.com/k2-fsa/libriheavy
|
| 3299 |
- License: apache-2.0
|
| 3300 |
|
|
|
|
| 3301 |
## Citation
|
| 3302 |
|
| 3303 |
```bibtex
|
|
|
|
| 4 |
- config_name: 'default'
|
| 5 |
default: true
|
| 6 |
data_files:
|
| 7 |
+
- split: 'dev'
|
| 8 |
+
path:
|
| 9 |
+
- 'default/dev/dev-00000-of-00002.parquet'
|
| 10 |
+
- 'default/dev/dev-00001-of-00002.parquet'
|
| 11 |
- split: 'large'
|
| 12 |
path:
|
| 13 |
- 'default/large/shard-00000-of-0020/large-00000-of-00147.parquet'
|
|
|
|
| 3294 |
|
| 3295 |
Libriheavy: a 50,000 hours ASR corpus with punctuation casing and context. Libriheavy is a labeled version of Librilight.
|
| 3296 |
|
| 3297 |
+
This uploaded version replaces the default Libri-Light audio files with the highest quality available versions
|
| 3298 |
+
from librivox. In most cases, this consists an upgrade of the source audio from a 64kbps mp3 to a 128kbps mp3.
|
| 3299 |
|
| 3300 |
Audio files are then re-encoded using the Opus 68kbps codec to retain quality and reduce size.
|
| 3301 |
|
| 3302 |
- Homepage: https://github.com/k2-fsa/libriheavy
|
| 3303 |
- License: apache-2.0
|
| 3304 |
|
| 3305 |
+
## Splits
|
| 3306 |
## Citation
|
| 3307 |
|
| 3308 |
```bibtex
|