SushantGautam commited on
Commit
5caf550
1 Parent(s): 51f20f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
- # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
- # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
  configs:
5
  - config_name: main_data
6
  data_files:
7
  - split: raw_annotations
8
  path:
9
- - "metadata.csv"
10
- - "images/*.jpg"
11
  default: true
12
-
 
 
 
 
13
  ---
 
1
  ---
 
 
2
  configs:
3
  - config_name: main_data
4
  data_files:
5
  - split: raw_annotations
6
  path:
7
+ - metadata.csv
8
+ - images/*.jpg
9
  default: true
10
+ license: cc-by-nc-4.0
11
+ task_categories:
12
+ - visual-question-answering
13
+ language:
14
+ - en
15
  ---