Improve model card: add pipeline tag, link to paper and code (#1)
Browse files- Improve model card: add pipeline tag, link to paper and code (eb5a7fac6368e733907cfd0853af4db7c333d5d1)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
| 3 |
tags: []
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
| 8 |
1.5B value model for guiding DeepSeek CoT: arxiv.org/abs/2505.17373.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
pipeline_tag: text-classification
|
| 4 |
tags: []
|
| 5 |
---
|
| 6 |
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
1.5B value model for guiding DeepSeek CoT: arxiv.org/abs/2505.17373.
|
| 10 |
+
|
| 11 |
+
[Value-Guided Search for Efficient Chain-of-Thought Reasoning](https://huggingface.co/papers/2505.17373)
|
| 12 |
+
|
| 13 |
+
Code: https://github.com/VGS-AI/Value-Guided-Search
|