yangwang825 commited on
Commit
a57eada
·
1 Parent(s): 07a08bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ VoxCeleb2 contains over 1 million utterances for 6,112 celebrities, extracted fr
20
 
21
  ## Data Fields
22
 
23
- - ID (string): The ID of the sample with format <spk_id--utt_id_start_stop>
24
  - duration (float64): The duration of the segment in seconds.
25
  - wav (string): The filepath of the waveform.
26
  - start (int64): The start index of the segment, which is (start seconds) × (sample rate).
 
20
 
21
  ## Data Fields
22
 
23
+ - ID (string): The ID of the sample with format `<spk_id--utt_id_start_stop>`.
24
  - duration (float64): The duration of the segment in seconds.
25
  - wav (string): The filepath of the waveform.
26
  - start (int64): The start index of the segment, which is (start seconds) × (sample rate).