nielsr HF Staff commited on
Commit
c1e7103
·
verified ·
1 Parent(s): 358f7ba

Add link to Github repository and task category

Browse files

This PR adds a link to the Github repository and the task category.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -24,4 +24,10 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
27
  ---
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ task_categories:
28
+ - image-text-to-text
29
  ---
30
+
31
+ This repository contains the VG150 dataset transformed into datasets format with keys: "image_id", "image", "prompt_open", "prompt_close", "objects", and "relationships".
32
+
33
+ Code: https://github.com/JosephZheng6/R1-SGG