anhnv125 commited on
Commit
c189871
·
verified ·
1 Parent(s): 74fc29c

Reformat segments from JSON string to typed list of structs

Browse files
Files changed (2) hide show
  1. README.md +15 -1
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -11,7 +11,21 @@ dataset_info:
11
  - name: audio
12
  dtype: audio
13
  - name: segments
14
- dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  splits:
16
  - name: train
17
  num_examples: 12
 
11
  - name: audio
12
  dtype: audio
13
  - name: segments
14
+ list:
15
+ - name: clip_id
16
+ dtype: string
17
+ - name: segment_id
18
+ dtype: string
19
+ - name: start
20
+ dtype: float64
21
+ - name: end
22
+ dtype: float64
23
+ - name: speaker
24
+ dtype: string
25
+ - name: text
26
+ dtype: string
27
+ - name: entities
28
+ dtype: string
29
  splits:
30
  - name: train
31
  num_examples: 12
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a400485ddb1bcd853cc0d58f25ebfcce4f4f4bf96db041b1e49bcd6b270c396
3
- size 238667770
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8ba5a079f6a4febc421bed54c7e6f03a2976faff361371453bb5d8cb088b7e
3
+ size 238646110