Add pipeline tag and library name
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- long-context
|
| 7 |
- reinforcement-learning
|
|
@@ -9,8 +13,6 @@ tags:
|
|
| 9 |
- rubric-reward
|
| 10 |
- qwen3
|
| 11 |
- deepseek
|
| 12 |
-
base_model:
|
| 13 |
-
- deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
|
| 14 |
---
|
| 15 |
|
| 16 |
# LongTraceRL-8B
|
|
@@ -20,7 +22,7 @@ base_model:
|
|
| 20 |
|
| 21 |
## Model Description
|
| 22 |
|
| 23 |
-
**LongTraceRL-8B** is an 8-billion parameter reasoning model trained with reinforcement learning on long-context multi-hop QA tasks using trajectory-based tiered distractors and entity-level rubric rewards.
|
| 24 |
|
| 25 |
## Model Details
|
| 26 |
|
|
@@ -62,4 +64,4 @@ tokenizer = AutoTokenizer.from_pretrained("THU-KEG/LongTraceRL-8B")
|
|
| 62 |
primaryClass={cs.CL},
|
| 63 |
url={https://arxiv.org/abs/2605.31584},
|
| 64 |
}
|
| 65 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
library_name: transformers
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
tags:
|
| 10 |
- long-context
|
| 11 |
- reinforcement-learning
|
|
|
|
| 13 |
- rubric-reward
|
| 14 |
- qwen3
|
| 15 |
- deepseek
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# LongTraceRL-8B
|
|
|
|
| 22 |
|
| 23 |
## Model Description
|
| 24 |
|
| 25 |
+
**LongTraceRL-8B** is an 8-billion parameter reasoning model trained with reinforcement learning on long-context multi-hop QA tasks using trajectory-based tiered distractors and entity-level rubric rewards. It was introduced in the paper [LongTraceRL: Learning Long-Context Reasoning from Search Agent Trajectories with Rubric Rewards](https://arxiv.org/abs/2605.31584).
|
| 26 |
|
| 27 |
## Model Details
|
| 28 |
|
|
|
|
| 64 |
primaryClass={cs.CL},
|
| 65 |
url={https://arxiv.org/abs/2605.31584},
|
| 66 |
}
|
| 67 |
+
```
|