deepdml commited on
Commit
795da90
·
verified ·
1 Parent(s): 7a0f353

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -14
README.md CHANGED
@@ -86,14 +86,6 @@ Portuguese, Italian).
86
  Each row in the dataset corresponds to **one VTT segment** (individual audio clip + transcript).
87
  The table below reflects sentence counts and total audio duration as reported in `docs/statistics.txt` per language.
88
 
89
- ### German (`de`)
90
- | Split | Talks | Sentences | Words | Duration |
91
- |-------|------:|----------:|------:|-----------------|
92
- | train | 53 | 6 764 | 94 984 | s ≈ 12h29m18s |
93
- | valid | 9 | 1 172 | 14 661 | s ≈ 1h54m53s |
94
- | test | 9 | 1 166 | 14 289 | s ≈ 1h51m55s |
95
- | **total** | **71** | **9 062** | **123 934** | **s ≈ 16h16m6s** |
96
-
97
  ### Arabic (`ar`)
98
 
99
  | Split | Talks | Sentences | Words | Duration |
@@ -103,22 +95,26 @@ The table below reflects sentence counts and total audio duration as reported in
103
  | test | 7 | 1 066 | 8 964 | 5 187 s ≈ 1h 26m |
104
  | **total** | **109** | **13 966** | **133 597** | **78 778 s ≈ 21h 53m** |
105
 
106
- > Replace the rows above with the equivalent table for each language once
107
- > `docs/statistics.txt` files are available. The script `create_mtedx_dataset.py`
108
- > reads and prints statistics automatically when run.
 
 
 
 
109
 
110
  ### All Languages — Download Sizes (original tarballs)
111
 
112
  | Config | Language | Tarball size |
113
  |--------|-------------|-------------:|
114
- | `ar` | Arabic | 3.6 GB |
115
  | `es` | Spanish | 35 GB |
116
  | `fr` | French | 34 GB |
117
  | `pt` | Portuguese | 29 GB |
118
  | `it` | Italian | 19 GB |
119
  | `ru` | Russian | 10 GB |
120
- | `el` | Greek | 5.5 GB |
121
- | `de` | German | 2.6 GB |
 
122
 
123
  ---
124
 
 
86
  Each row in the dataset corresponds to **one VTT segment** (individual audio clip + transcript).
87
  The table below reflects sentence counts and total audio duration as reported in `docs/statistics.txt` per language.
88
 
 
 
 
 
 
 
 
 
89
  ### Arabic (`ar`)
90
 
91
  | Split | Talks | Sentences | Words | Duration |
 
95
  | test | 7 | 1 066 | 8 964 | 5 187 s ≈ 1h 26m |
96
  | **total** | **109** | **13 966** | **133 597** | **78 778 s ≈ 21h 53m** |
97
 
98
+ ### German (`de`)
99
+ | Split | Talks | Sentences | Words | Duration |
100
+ |-------|------:|----------:|------:|-----------------|
101
+ | train | 53 | 6 764 | 94 984 | s ≈ 12h29m18s |
102
+ | valid | 9 | 1 172 | 14 661 | s ≈ 1h54m53s |
103
+ | test | 9 | 1 166 | 14 289 | s ≈ 1h51m55s |
104
+ | **total** | **71** | **9 062** | **123 934** | **s ≈ 16h16m6s** |
105
 
106
  ### All Languages — Download Sizes (original tarballs)
107
 
108
  | Config | Language | Tarball size |
109
  |--------|-------------|-------------:|
 
110
  | `es` | Spanish | 35 GB |
111
  | `fr` | French | 34 GB |
112
  | `pt` | Portuguese | 29 GB |
113
  | `it` | Italian | 19 GB |
114
  | `ru` | Russian | 10 GB |
115
+ | `el` | Greek | 5.5 GB |
116
+ | `ar` | Arabic | 3.6 GB |
117
+ | `de` | German | 2.6 GB |
118
 
119
  ---
120