Update README.md
Browse files
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-
|
12 |
```
|
13 |
-
|
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 |
|---|---|
|