Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
jiminHuang commited on
Commit
5ad7459
·
1 Parent(s): b49f141

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: query
7
+ dtype: string
8
+ - name: answer
9
+ dtype: string
10
+ - name: choices
11
+ sequence: string
12
+ - name: gold
13
+ dtype: int64
14
+ - name: text
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 434142
19
+ num_examples: 482
20
+ - name: valid
21
+ num_bytes: 62168
22
+ num_examples: 69
23
+ - name: test
24
+ num_bytes: 125227
25
+ num_examples: 139
26
+ download_size: 107361
27
+ dataset_size: 621537
28
+ ---
29
+ # Dataset Card for "flare-australian"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)