Add link to Github repository and task category
Browse filesThis PR adds a link to the Github repository and the task category.
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
|