Upload dataset
Browse files- README.md +36 -0
- sports/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -192,6 +192,38 @@ dataset_info:
|
|
192 |
num_examples: 3276
|
193 |
download_size: 2437939
|
194 |
dataset_size: 7983858
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
configs:
|
196 |
- config_name: flights
|
197 |
data_files:
|
@@ -217,4 +249,8 @@ configs:
|
|
217 |
data_files:
|
218 |
- split: train
|
219 |
path: restaurant-search/train-*
|
|
|
|
|
|
|
|
|
220 |
---
|
|
|
192 |
num_examples: 3276
|
193 |
download_size: 2437939
|
194 |
dataset_size: 7983858
|
195 |
+
- config_name: sports
|
196 |
+
features:
|
197 |
+
- name: conversation_id
|
198 |
+
dtype: string
|
199 |
+
- name: instruction_id
|
200 |
+
dtype: string
|
201 |
+
- name: utterances
|
202 |
+
list:
|
203 |
+
- name: index
|
204 |
+
dtype: int64
|
205 |
+
- name: segments
|
206 |
+
list:
|
207 |
+
- name: annotations
|
208 |
+
list:
|
209 |
+
- name: name
|
210 |
+
dtype: string
|
211 |
+
- name: end_index
|
212 |
+
dtype: int64
|
213 |
+
- name: start_index
|
214 |
+
dtype: int64
|
215 |
+
- name: text
|
216 |
+
dtype: string
|
217 |
+
- name: speaker
|
218 |
+
dtype: string
|
219 |
+
- name: text
|
220 |
+
dtype: string
|
221 |
+
splits:
|
222 |
+
- name: train
|
223 |
+
num_bytes: 6343095
|
224 |
+
num_examples: 3481
|
225 |
+
download_size: 1706787
|
226 |
+
dataset_size: 6343095
|
227 |
configs:
|
228 |
- config_name: flights
|
229 |
data_files:
|
|
|
249 |
data_files:
|
250 |
- split: train
|
251 |
path: restaurant-search/train-*
|
252 |
+
- config_name: sports
|
253 |
+
data_files:
|
254 |
+
- split: train
|
255 |
+
path: sports/train-*
|
256 |
---
|
sports/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ddf22a873c41480e33300e3d49154264c2c7d3da92de698f175e71f9eaee45f
|
3 |
+
size 1706787
|