imvladikon commited on
Commit
82de1ff
·
1 Parent(s): 395ac9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -54,7 +54,8 @@ Then subtitles were extracted from the videos and aligned with the audio.
54
  Subtitles that are not on Hebrew were removed (WIP: need to remove non-Hebrew audio as well, e.g. using simple classifier).
55
  Samples with duration less than 3 second were removed.
56
  Total duration of the dataset is 152 hours.
57
- Outliers in terms of the duration/char ratio were not removed, so it's possible to find suspiciously long or short sentences compared to the duration.
 
58
  ## Data Format
59
 
60
  Audio files are in WAV format, 16kHz sampling rate, 16bit, mono. Ignore `path` field, use `audio.array` field value.
 
54
  Subtitles that are not on Hebrew were removed (WIP: need to remove non-Hebrew audio as well, e.g. using simple classifier).
55
  Samples with duration less than 3 second were removed.
56
  Total duration of the dataset is 152 hours.
57
+ Outliers in terms of the duration/char ratio were not removed, so it's possible to find suspiciously long or short sentences compared to the duration.
58
+ WIP: dataset suspiciously is huge. fix it
59
  ## Data Format
60
 
61
  Audio files are in WAV format, 16kHz sampling rate, 16bit, mono. Ignore `path` field, use `audio.array` field value.