Add Hugging Face Space demo link
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: mit
|
4 |
-
language:
|
5 |
-
- en
|
6 |
base_model:
|
7 |
- deepseek-ai/deepseek-math-7b-instruct
|
|
|
|
|
|
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
@@ -12,8 +12,6 @@ pipeline_tag: text-generation
|
|
12 |
|
13 |
This model is fine-tuned using self-training methods to generate concise reasoning paths for reasoning tasks while maintaining accuracy.
|
14 |
|
15 |
-
|
16 |
-
|
17 |
## Model Details
|
18 |
|
19 |
- **Developed by:** Tergel Munkhbat, Namgyu Ho, Seo Hyun Kim, Yongjin Yang, Yujin Kim, Se-Young Yun at KAIST AI
|
@@ -23,6 +21,7 @@ This model is fine-tuned using self-training methods to generate concise reasoni
|
|
23 |
- **Finetuned from model:** deepseek-ai/deepseek-math-7b-instruct
|
24 |
- **Repository:** https://github.com/TergelMunkhbat/concise-reasoning
|
25 |
- **Paper:** [Self-Training Elicits Concise Reasoning in Large Language Models](https://arxiv.org/abs/2502.20122)
|
|
|
26 |
|
27 |
## How to Get Started with the Model
|
28 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- deepseek-ai/deepseek-math-7b-instruct
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
library_name: transformers
|
7 |
+
license: mit
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
|
|
12 |
|
13 |
This model is fine-tuned using self-training methods to generate concise reasoning paths for reasoning tasks while maintaining accuracy.
|
14 |
|
|
|
|
|
15 |
## Model Details
|
16 |
|
17 |
- **Developed by:** Tergel Munkhbat, Namgyu Ho, Seo Hyun Kim, Yongjin Yang, Yujin Kim, Se-Young Yun at KAIST AI
|
|
|
21 |
- **Finetuned from model:** deepseek-ai/deepseek-math-7b-instruct
|
22 |
- **Repository:** https://github.com/TergelMunkhbat/concise-reasoning
|
23 |
- **Paper:** [Self-Training Elicits Concise Reasoning in Large Language Models](https://arxiv.org/abs/2502.20122)
|
24 |
+
- **Demo:** [HuggingFace Space demo](https://huggingface.co/spaces/tergel/concise-reasoning-demo)
|
25 |
|
26 |
## How to Get Started with the Model
|
27 |
|