reaganjlee commited on
Commit
a374176
·
1 Parent(s): 07d15ab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: choices
7
+ sequence: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': A
13
+ '1': B
14
+ '2': C
15
+ '3': D
16
+ splits:
17
+ - name: train
18
+ num_bytes: 190790
19
+ num_examples: 684
20
+ download_size: 100467
21
+ dataset_size: 190790
22
+ ---
23
+ # Dataset Card for "truthful_qa_mc_zh"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)