Update README.md
Browse files
README.md
CHANGED
|
@@ -314,6 +314,21 @@ Portuguese, Italian).
|
|
| 314 |
Each row in the dataset corresponds to **one segment** (individual audio clip + transcript).
|
| 315 |
The table below reflects sentence counts and total audio duration as reported in `docs/statistics.txt` per language.
|
| 316 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 317 |
### French (`fr`)
|
| 318 |
| Split | Talks | Sentences | Words | Duration |
|
| 319 |
|-------|------:|----------:|------:|-----------------|
|
|
|
|
| 314 |
Each row in the dataset corresponds to **one segment** (individual audio clip + transcript).
|
| 315 |
The table below reflects sentence counts and total audio duration as reported in `docs/statistics.txt` per language.
|
| 316 |
|
| 317 |
+
### Spanish (`es`)
|
| 318 |
+
| Split | Talks | Sentences | Words | Duration |
|
| 319 |
+
|-------|------:|----------:|------:|-----------------|
|
| 320 |
+
| train | 988 | 102 171 | 1 676 862 | 764 301 s ≈ 212h 18m21s |
|
| 321 |
+
| valid | 16 | 905 | 14 327 | 7 013 s ≈ 1h 56m53s |
|
| 322 |
+
| test | 12 | 1 012 | 15 439 | 7 475 s ≈ 2h 4m35s |
|
| 323 |
+
| iwslt2021 | 15 | 996 | 16 229 | 7 365 s ≈ 2h 2m46s |
|
| 324 |
+
| **total** | **1 031** | **105 084** | **1 722 857** | **786 155 s ≈ 218h 22m35s** |
|
| 325 |
+
split : talks | sentences | words | time_s s = time_str
|
| 326 |
+
train : 988 | 102171 | 1676862 | 764301.0 s = 212h18m21s
|
| 327 |
+
valid : 16 | 905 | 14327 | 7013.05 s = 1h56m53s
|
| 328 |
+
test : 12 | 1012 | 15439 | 7475.46 s = 2h4m35s
|
| 329 |
+
iwslt2021: 15 | 996 | 16229 | 7365.96 s = 2h2m46s
|
| 330 |
+
ztotal: 1031 | 105084 | 1722857 | 786155.47 s = 218h22m35s
|
| 331 |
+
|
| 332 |
### French (`fr`)
|
| 333 |
| Split | Talks | Sentences | Words | Duration |
|
| 334 |
|-------|------:|----------:|------:|-----------------|
|