Chu0113 commited on
Commit
6a35550
1 Parent(s): a673e86

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: data_index_by_user
5
+ dtype: int32
6
+ - name: answer_index
7
+ dtype: int32
8
+ - name: logical_forms
9
+ sequence: string
10
+ - name: logical_form_pretty
11
+ dtype: string
12
+ - name: world_literals
13
+ struct:
14
+ - name: world1
15
+ sequence: string
16
+ - name: world2
17
+ sequence: string
18
+ - name: question
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 1151125
23
+ num_examples: 1941
24
+ - name: validation
25
+ num_bytes: 166067
26
+ num_examples: 278
27
+ - name: test
28
+ num_bytes: 331246
29
+ num_examples: 552
30
+ download_size: 593900
31
+ dataset_size: 1648438
32
+ ---
33
+ # Dataset Card for "kor_quarel"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)