brettbbb commited on
Commit
9272682
·
1 Parent(s): 8905ca9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: mc1_targets
7
+ struct:
8
+ - name: choices
9
+ sequence: string
10
+ - name: labels
11
+ sequence: int32
12
+ - name: mc2_targets
13
+ struct:
14
+ - name: choices
15
+ sequence: string
16
+ - name: labels
17
+ sequence: int32
18
+ splits:
19
+ - name: train
20
+ num_bytes: 486818.29375764995
21
+ num_examples: 653
22
+ - name: test
23
+ num_bytes: 122263.70624235006
24
+ num_examples: 164
25
+ download_size: 280226
26
+ dataset_size: 609082.0
27
+ ---
28
+ # Dataset Card for "vicuna_qa_causal_LM_split"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)