adalbertojunior commited on
Commit
6858e89
1 Parent(s): 12bfa9a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: question
16
+ sequence: string
17
+ - name: choices
18
+ sequence:
19
+ - name: text
20
+ dtype: string
21
+ - name: label
22
+ dtype: string
23
+ - name: answerKey
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 370596
28
+ num_examples: 1119
29
+ - name: test
30
+ num_bytes: 399448
31
+ num_examples: 1172
32
+ - name: validation
33
+ num_bytes: 102919
34
+ num_examples: 299
35
+ download_size: 477678
36
+ dataset_size: 872963
37
+ ---
38
+ # Dataset Card for "arc-portuguese"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)