BrunoHays commited on
Commit
3d54ff6
1 Parent(s): e14c8b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -9,17 +9,22 @@ size_categories:
9
  ---
10
  The french subset of the dataset [Multilingual TEDx](https://www.openslr.org/100). The data uploaded to HF corresponds to the directory fr-fr. The audio files are automatically resampled to 16 kHz.
11
 
12
- Configs:
13
  - single_samples (default): all samples taken separately
14
  - max=30s: combine consecutive samples for a period shorter than 30 seconds
15
  - max=10s: combine consecutive samples for a period shorter than 10 seconds
16
  - max: combine all the samples of a TEDx talk
17
 
18
 
19
- dependencies (only needed for much faster audio decoding):
20
  - ffmpeg: apt install ffmpeg
21
  - ffmpeg-python: pip install ffmpeg-python
22
 
 
 
 
 
 
23
 
24
  ```
25
  @inproceedings{salesky2021mtedx,
 
9
  ---
10
  The french subset of the dataset [Multilingual TEDx](https://www.openslr.org/100). The data uploaded to HF corresponds to the directory fr-fr. The audio files are automatically resampled to 16 kHz.
11
 
12
+ #### Configs:
13
  - single_samples (default): all samples taken separately
14
  - max=30s: combine consecutive samples for a period shorter than 30 seconds
15
  - max=10s: combine consecutive samples for a period shorter than 10 seconds
16
  - max: combine all the samples of a TEDx talk
17
 
18
 
19
+ #### dependencies (only needed for much faster audio decoding):
20
  - ffmpeg: apt install ffmpeg
21
  - ffmpeg-python: pip install ffmpeg-python
22
 
23
+ #### Sample
24
+ ```
25
+ {'file': '0u7tTptBo9I-0', 'audio': {'path': None, 'array': array([ 3.05175781e-05, 6.10351562e-05, 9.15527344e-05, ...,
26
+ -2.44140625e-04, -3.35693359e-04, -2.74658203e-04]), 'sampling_rate': 16000}, 'sentence': "Bonsoir ! Notre planète est recouverte à 70 % d'océan, et pourtant, étrangement, on a choisi de l'appeler « la Terre ». Le poète Heathcote Williams a une vision bien plus objective et moins anthropocentrique, quand il dit que « Vue de l'espace, la planète est bleue. Vue de l'espace, elle est le territoire, non pas des hommes, mais des baleines ». Et pourtant, on vient tous de l'océan. ", 'speaker_id': '0u7tTptBo9I', 'start_timestamp': 17.25, 'end_timestamp': 45.26, 'index': 0}
27
+ ```
28
 
29
  ```
30
  @inproceedings{salesky2021mtedx,