nielsr HF staff commited on
Commit
8fa881b
·
verified ·
1 Parent(s): 1052cdd

Add object-detection task category and links to paper and code

Browse files

This PR adds the `object-detection` task category and links to the paper and associated code, improving the dataset card's discoverability and usability.

Files changed (1) hide show
  1. README.md +28 -22
README.md CHANGED
@@ -1,22 +1,28 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: image
6
- dtype: image
7
- - name: problem
8
- dtype: string
9
- - name: solution
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 17144808.0
14
- num_examples: 32
15
- download_size: 17132461
16
- dataset_size: 17144808.0
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: problem
8
+ dtype: string
9
+ - name: solution
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 17144808.0
14
+ num_examples: 32
15
+ download_size: 17132461
16
+ dataset_size: 17144808.0
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ task_categories:
23
+ - object-detection
24
+ ---
25
+
26
+ This repository contains the datasets used in the paper [Visual-RFT: Visual Reinforcement Fine-Tuning](https://hf.co/papers/2503.01785).
27
+
28
+ Code: https://github.com/Liuziyu77/Visual-RFT