OrcinusOrca commited on
Commit
be574b6
·
verified ·
1 Parent(s): 7a2da27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md CHANGED
@@ -120,27 +120,3 @@ ds = load_dataset(
120
  num_proc=os.cpu_count(),
121
  )
122
  ```
123
-
124
- ```python
125
- >>> ds
126
- Dataset({
127
- features: ['mp3', 'json', '__key__', '__url__'],
128
- num_rows: 216009
129
- })
130
-
131
- >>> ds.features
132
- {'mp3': Audio(sampling_rate=None, mono=True, decode=True, id=None),
133
- 'json': {'caption': Value(dtype='string', id=None),
134
- 'caption_code': Value(dtype='string', id=None),
135
- 'channel_id': Value(dtype='string', id=None),
136
- 'length': Value(dtype='string', id=None),
137
- 'segments': [{'end_time': Value(dtype='string', id=None),
138
- 'segment_index': Value(dtype='int64', id=None),
139
- 'start_time': Value(dtype='string', id=None),
140
- 'text': Value(dtype='string', id=None)}],
141
- 'title': Value(dtype='string', id=None),
142
- 'url': Value(dtype='string', id=None),
143
- 'video_id': Value(dtype='string', id=None)},
144
- '__key__': Value(dtype='string', id=None),
145
- '__url__': Value(dtype='string', id=None)}
146
- ```
 
120
  num_proc=os.cpu_count(),
121
  )
122
  ```