Datasets:

Modalities:
Text
Formats:
json
Languages:
Portuguese
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Ramon Pires commited on
Commit
ec9fc3d
1 Parent(s): e211c79

Commenting the detaset_info to test if this is making erro

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -5,26 +5,27 @@ configs:
5
  data_files: 2022.jsonl
6
  - config_name: '2023'
7
  data_files: 2023.jsonl
8
- dataset_info:
9
- features:
10
- - name: id
11
- dtype: string
12
- - name: exam
13
- dtype: string
14
- - name: IU
15
- dtype: bool
16
- - name: ledor
17
- dtype: bool
18
- - name: question
19
- dtype: string
20
- - name: alternatives
21
- sequence: string
22
- - name: figures
23
- sequence: string
24
- - name: description
25
- sequence: string
26
- - name: label
27
- dtype: string
 
28
  task_categories:
29
  - visual-question-answering
30
  - multiple-choice
 
5
  data_files: 2022.jsonl
6
  - config_name: '2023'
7
  data_files: 2023.jsonl
8
+ default: true
9
+ # dataset_info:
10
+ # features:
11
+ # - name: id
12
+ # dtype: string
13
+ # - name: exam
14
+ # dtype: string
15
+ # - name: IU
16
+ # dtype: bool
17
+ # - name: ledor
18
+ # dtype: bool
19
+ # - name: question
20
+ # dtype: string
21
+ # - name: alternatives
22
+ # sequence: string
23
+ # - name: figures
24
+ # sequence: string
25
+ # - name: description
26
+ # sequence: string
27
+ # - name: label
28
+ # dtype: string
29
  task_categories:
30
  - visual-question-answering
31
  - multiple-choice