ayyuce commited on
Commit
e4200d4
·
verified ·
1 Parent(s): a968509

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -29
README.md CHANGED
@@ -1,30 +1,9 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- dtype: image
6
- - name: question
7
- dtype: string
8
- - name: answer
9
- dtype: string
10
- - name: instruction
11
- dtype: string
12
- - name: response
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 95424200.976
17
- num_examples: 1793
18
- - name: test
19
- num_bytes: 23868796.0
20
- num_examples: 451
21
- download_size: 55038398
22
- dataset_size: 119292996.976
23
- configs:
24
- - config_name: default
25
- data_files:
26
- - split: train
27
- path: data/train-*
28
- - split: test
29
- path: data/test-*
30
- ---
 
1
  ---
2
+ license: gpl-3.0
3
+ task_categories:
4
+ - visual-question-answering
5
+ language:
6
+ - en
7
+ tags:
8
+ - medical
9
+ ---