SushantGautam commited on
Commit
59c2767
1 Parent(s): a0e9cec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -13,16 +13,18 @@ configs:
13
  - split: train
14
  path:
15
  - "Dataset/whisper_v1/**/*.json"
 
16
  features:
17
- - name: segments
18
- sequence:
19
  sequence:
20
- - name: text
21
- dtype: string
22
- - name: answer_start
23
- dtype: string
24
- - name: answer_start
25
- dtype: string
 
 
26
 
27
  ---
28
  # SoccerNet-Echoes
 
13
  - split: train
14
  path:
15
  - "Dataset/whisper_v1/**/*.json"
16
+ field: segments
17
  features:
18
+ - name: segments
 
19
  sequence:
20
+ - name: segment_index
21
+ dtype: int
22
+ - name: start_time
23
+ dtype: float
24
+ - name: end_time
25
+ dtype: float
26
+ - name: transcribed_text
27
+ dtype: string
28
 
29
  ---
30
  # SoccerNet-Echoes