Add link to paper and code repository

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +26 -22
README.md CHANGED
@@ -1,22 +1,26 @@
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: 38764116.0
14
- num_examples: 65
15
- download_size: 38727412
16
- dataset_size: 38764116.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: 38764116.0
14
+ num_examples: 65
15
+ download_size: 38727412
16
+ dataset_size: 38764116.0
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ ---
23
+
24
+ This repository contains the datasets for [Visual-RFT: Visual Reinforcement Fine-Tuning](https://huggingface.co/papers/2503.01785).
25
+
26
+ Code: https://github.com/Liuziyu77/Visual-RFT