Add task category, link to paper and code repository
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
dataset_info:
|
| 4 |
features:
|
| 5 |
- name: image
|
|
@@ -22,6 +26,8 @@ configs:
|
|
| 22 |
tags:
|
| 23 |
- coco
|
| 24 |
- ViRFT
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
--
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- 1K<n<10K
|
| 5 |
+
task_categories:
|
| 6 |
+
- object-detection
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: image
|
|
|
|
| 26 |
tags:
|
| 27 |
- coco
|
| 28 |
- ViRFT
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
This repository contains the dataset for the paper [Visual-RFT: Visual Reinforcement Fine-Tuning](https://huggingface.co/papers/2503.01785).
|
| 32 |
+
|
| 33 |
+
Code: https://github.com/Liuziyu77/Visual-RFT
|