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

Add link to Github repository and task category (#1)

Browse files

- Add link to Github repository and task category (c1e7103ea0c2416da3f5260351dd88f4d844f057)
- Update README.md (8e9ec30176fa73bc562b22d0af862b7b9f06371e)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -24,4 +24,12 @@ 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
+ It was presented in the paper [Compile Scene Graphs with Reinforcement Learning](https://huggingface.co/papers/2504.13617).
34
+
35
+ Code: https://github.com/gpt4vision/R1-SGG