Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
English
Size:
1M - 10M
ArXiv:
License:
polinaeterna
commited on
Commit
·
2ee3ad8
1
Parent(s):
ed33006
add n shords in json
Browse files- n_shards.json +14 -0
n_shards.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"train": {
|
| 3 |
+
"dirty_sa": 1635,
|
| 4 |
+
"clean_sa": 767,
|
| 5 |
+
"dirty": 9900,
|
| 6 |
+
"clean": 4481
|
| 7 |
+
},
|
| 8 |
+
"test": {
|
| 9 |
+
"test": 42
|
| 10 |
+
},
|
| 11 |
+
"validation": {
|
| 12 |
+
"validation": 24
|
| 13 |
+
}
|
| 14 |
+
}
|