BBuf commited on
Commit
246a896
1 Parent(s): 596457a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: candidates
7
+ sequence: string
8
+ - name: content
9
+ dtype: string
10
+ - name: answer
11
+ dtype: int64
12
+ splits:
13
+ - name: train
14
+ num_bytes: 88466
15
+ num_examples: 202
16
+ - name: validation
17
+ num_bytes: 87327
18
+ num_examples: 202
19
+ download_size: 140651
20
+ dataset_size: 175793
21
+ ---
22
+ # Dataset Card for "chid"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)