Improve dataset card with description and links

#1
by nielsr HF Staff - opened
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: 442150532.0
14
- num_examples: 400
15
- download_size: 442044237
16
- dataset_size: 442150532.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
+ task_categories:
4
+ - image-classification
5
+ dataset_info:
6
+ features:
7
+ - name: image
8
+ dtype: image
9
+ - name: problem
10
+ dtype: string
11
+ - name: solution
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 442150532.0
16
+ num_examples: 400
17
+ download_size: 442044237
18
+ dataset_size: 442150532.0
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ ---
25
+
26
+ This dataset is used in the paper [Visual-RFT: Visual Reinforcement Fine-Tuning](https://hf.co/papers/2503.01785) for visual reinforcement fine-tuning experiments, focusing on image classification tasks. It contains 400 examples for training.
27
+
28
+ Code: https://github.com/Liuziyu77/Visual-RFT