Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,11 @@ license: apache-2.0
|
|
5 |
task_categories:
|
6 |
- image-text-to-text
|
7 |
pretty_name: PixelReasoner-RL-Data
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
**Overview.**
|
10 |
The RL data for training [**Pixel Reasoner**: Incentivizing Pixel-Space Reasoning with Curiosity-Driven Reinforcement Learning](https://arxiv.org/abs/2505.15966),
|
|
|
5 |
task_categories:
|
6 |
- image-text-to-text
|
7 |
pretty_name: PixelReasoner-RL-Data
|
8 |
+
configs:
|
9 |
+
- config_name: default
|
10 |
+
data_files:
|
11 |
+
- split: train
|
12 |
+
path: "release.parquet"
|
13 |
---
|
14 |
**Overview.**
|
15 |
The RL data for training [**Pixel Reasoner**: Incentivizing Pixel-Space Reasoning with Curiosity-Driven Reinforcement Learning](https://arxiv.org/abs/2505.15966),
|