Add task category, link to paper and code repository

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -3
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
- size_categories:
26
- - 1K<n<10K
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