MilaWang commited on
Commit
9adedce
1 Parent(s): e4435a1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: valid
8
+ path: data/valid-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: index
14
+ dtype: int64
15
+ - name: task
16
+ dtype: string
17
+ - name: id
18
+ dtype: string
19
+ - name: query
20
+ sequence: string
21
+ - name: answer
22
+ dtype: string
23
+ - name: choices
24
+ sequence: string
25
+ - name: gold
26
+ dtype: int64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 5393638494
30
+ num_examples: 21570
31
+ - name: valid
32
+ num_bytes: 770593657
33
+ num_examples: 3082
34
+ - name: test
35
+ num_bytes: 1540025632
36
+ num_examples: 6164
37
+ download_size: 3526538
38
+ dataset_size: 7704257783
39
+ ---
40
+ # Dataset Card for "flare-headlines-5-shots"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)