lca0503 commited on
Commit
6b782f3
1 Parent(s): 4ebd9bf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: validation
6
+ path: data/validation-*
7
+ dataset_info:
8
+ features:
9
+ - name: question
10
+ dtype: string
11
+ - name: mc1_targets
12
+ struct:
13
+ - name: choices
14
+ sequence: string
15
+ - name: labels
16
+ sequence: int32
17
+ - name: mc2_targets
18
+ struct:
19
+ - name: choices
20
+ sequence: string
21
+ - name: labels
22
+ sequence: int32
23
+ splits:
24
+ - name: validation
25
+ num_bytes: 586063
26
+ num_examples: 817
27
+ download_size: 279450
28
+ dataset_size: 586063
29
+ ---
30
+ # Dataset Card for "truthful_qa-zhTW"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)