deepdml commited on
Commit
7669638
·
verified ·
1 Parent(s): 1b2658d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -886,12 +886,21 @@ The table below reflects sentence counts and total audio duration as reported in
886
  ## fr-pt
887
  | Split | Talks | Sentences | Words | Duration |
888
  |-------|------:|----------:|------:|-----------------|
889
- | train | 112 | 13 286 | 209 488 | 88 800 s = 24h 40m1s |
890
- | valid | 12 | 1 036 | 16 590 | 8 033 s = 2h 13m54s |
891
- | test | 10 | 1 059 | 16 136 | 7 158 s = 1h 59m18s |
892
- | iwslt2021 | 11 | 1 041 | 16 653 | 8 342 s = 2h 19m2s |
893
  | **total** | **145** | **16 422** | **258 867** | **112 334 s = 31h 12m14s** |
894
 
 
 
 
 
 
 
 
 
 
895
  ## it-es
896
  | Split | Talks | Sentences | Words | Duration |
897
  |-------|------:|----------:|------:|-----------------|
@@ -936,6 +945,7 @@ using the Kaldi segments timestamps file.
936
  | `id` | `string` | Unique segment id: `<talk_stem>_<index>` (e.g. `14zpc3Nj_e4_0003`) |
937
  | `audio` | `Audio` | Audio float32 waveform of the segment |
938
  | `transcript` | `string` | Transcription text |
 
939
  | `duration` | `float32` | Duration of the audio segment **in seconds** |
940
  | `talk_id` | `string` | Source talk file stem |
941
  | `segment_id` | `int32` | 0-based index of the segment within its talk |
 
886
  ## fr-pt
887
  | Split | Talks | Sentences | Words | Duration |
888
  |-------|------:|----------:|------:|-----------------|
889
+ | train | 112 | 13 286 | 209 488 | 88 800 s 24h 40m1s |
890
+ | valid | 12 | 1 036 | 16 590 | 8 033 s 2h 13m54s |
891
+ | test | 10 | 1 059 | 16 136 | 7 158 s 1h 59m18s |
892
+ | iwslt2021 | 11 | 1 041 | 16 653 | 8 342 s 2h 19m2s |
893
  | **total** | **145** | **16 422** | **258 867** | **112 334 s = 31h 12m14s** |
894
 
895
+ ## it-en
896
+ | Split | Talks | Sentences | Words | Duration |
897
+ |-------|------:|----------:|------:|-----------------|
898
+ | train | 221 | 24 576 | 425 219 | 199 294 s ≈ 55h 21m34s |
899
+ | valid | 8 | 931 | 16 316 | 7 883 s ≈ 2h 11m24s |
900
+ | test | 8 | 999 | 18 359 | 7 790 s ≈ 2h 9m51s |
901
+ | iwslt2021 | 11 | 979 | 17 368 | 7 940 s ≈ 2h 12m20s |
902
+ | **total** | **248** | **27 485** | **477 262** | **222 908 s ≈ 61h 55m8s** |
903
+
904
  ## it-es
905
  | Split | Talks | Sentences | Words | Duration |
906
  |-------|------:|----------:|------:|-----------------|
 
945
  | `id` | `string` | Unique segment id: `<talk_stem>_<index>` (e.g. `14zpc3Nj_e4_0003`) |
946
  | `audio` | `Audio` | Audio float32 waveform of the segment |
947
  | `transcript` | `string` | Transcription text |
948
+ | `translation` | `string` | Translated text, if translated dataset |
949
  | `duration` | `float32` | Duration of the audio segment **in seconds** |
950
  | `talk_id` | `string` | Source talk file stem |
951
  | `segment_id` | `int32` | 0-based index of the segment within its talk |