Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
License:
michaelkrumdickkensho commited on
Commit
0b8feb7
·
verified ·
1 Parent(s): 4176238

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: turns
11
+ sequence: string
12
+ - name: question_id
13
+ dtype: int64
14
+ - name: category
15
+ dtype: string
16
+ - name: uid
17
+ dtype: string
18
+ - name: references
19
+ sequence: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 187267
23
+ num_examples: 80
24
+ download_size: 101473
25
+ dataset_size: 187267
26
  ---