Add link to Github repository and task category
#1
by
nielsr
HF Staff
- opened
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
|