Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
Suu commited on
Commit
0c6cafe
·
verified ·
1 Parent(s): 78617ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -4,13 +4,12 @@ license: apache-2.0
4
  This dataset is a high-quality subset of the Klear-Reasoner Code RL dataset, derived from the RL data used in the [rllm project](https://github.com/agentica-project/rllm). Part of this data contributed to training Klear-Reasoner’s code reasoning models.
5
  The dataset is carefully cleaned and filtered to include only reliable samples suitable for reinforcement learning. Models trained with this dataset have shown substantial performance improvements across various code reasoning benchmarks.
6
  You can load the dataset via the Hugging Face datasets library:
7
- from datasets import load_dataset
8
 
9
  ```python
10
  from datasets import load_dataset
11
- dataset = load_dataset("Suu/KlearReasoner-MathSub-30K")
12
  ```
13
- See our paper and GitHub repository for more details.
14
 
15
  | Resource | Link |
16
  |---|---|
 
4
  This dataset is a high-quality subset of the Klear-Reasoner Code RL dataset, derived from the RL data used in the [rllm project](https://github.com/agentica-project/rllm). Part of this data contributed to training Klear-Reasoner’s code reasoning models.
5
  The dataset is carefully cleaned and filtered to include only reliable samples suitable for reinforcement learning. Models trained with this dataset have shown substantial performance improvements across various code reasoning benchmarks.
6
  You can load the dataset via the Hugging Face datasets library:
 
7
 
8
  ```python
9
  from datasets import load_dataset
10
+ dataset = load_dataset("Suu/KlearReasoner-CodeSub-15K")
11
  ```
12
+
13
 
14
  | Resource | Link |
15
  |---|---|