Improve model card: add pipeline tag, link to paper and code
Browse filesThis PR improves the model card by adding the pipeline tag `text-classification` and links to the paper and the Github repository.
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
|