Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ You can load the dataset via the Hugging Face datasets library:
|
|
9 |
|
10 |
```python
|
11 |
from datasets import load_dataset
|
12 |
-
dataset = load_dataset("
|
13 |
```
|
14 |
|
15 |
|
@@ -17,10 +17,10 @@ dataset = load_dataset("Suu/KlearReasoner-CodeSub-15K")
|
|
17 |
|---|---|
|
18 |
| 📝 Preprints | [Paper](https://arxiv.org/pdf/2508.07629) |
|
19 |
| 🤗 Daily Paper | [Paper](https://huggingface.co/papers/2508.07629) |
|
20 |
-
| 🤗 Model Hub | [Klear-Reasoner-8B](https://huggingface.co/
|
21 |
-
| 🤗 Dataset Hub | [Math RL](https://huggingface.co/datasets/
|
22 |
-
| 🤗 Dataset Hub | [Code RL](https://huggingface.co/datasets/
|
23 |
-
| 🐛 Issues & Discussions | [GitHub Issues](https://github.com/
|
24 |
| 📧 Contact | [email protected] |
|
25 |
|
26 |
## Data Fields
|
|
|
9 |
|
10 |
```python
|
11 |
from datasets import load_dataset
|
12 |
+
dataset = load_dataset("Kwai-Klear/KlearReasoner-CodeSub-15K")
|
13 |
```
|
14 |
|
15 |
|
|
|
17 |
|---|---|
|
18 |
| 📝 Preprints | [Paper](https://arxiv.org/pdf/2508.07629) |
|
19 |
| 🤗 Daily Paper | [Paper](https://huggingface.co/papers/2508.07629) |
|
20 |
+
| 🤗 Model Hub | [Klear-Reasoner-8B](https://huggingface.co/Kwai-Klear/Klear-Reasoner-8B) |
|
21 |
+
| 🤗 Dataset Hub | [Math RL](https://huggingface.co/datasets/Kwai-Klear/KlearReasoner-MathSub-30K) |
|
22 |
+
| 🤗 Dataset Hub | [Code RL](https://huggingface.co/datasets/Kwai-Klear/KlearReasoner-CodeSub-15K) |
|
23 |
+
| 🐛 Issues & Discussions | [GitHub Issues](https://github.com/Kwai-Klear990901/KlearReasoner/issues) |
|
24 |
| 📧 Contact | [email protected] |
|
25 |
|
26 |
## Data Fields
|