Datasets:

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

Putting back the detaset_info

Browse files
Files changed (1) hide show
  1. README.md +20 -20
README.md CHANGED
@@ -6,26 +6,26 @@ configs:
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
 
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