nielsr HF Staff commited on
Commit
eb5a7fa
·
verified ·
1 Parent(s): 89599e8

Improve model card: add pipeline tag, link to paper and code

Browse files

This PR improves the model card by adding the pipeline tag `text-classification` and links to the paper and the Github repository.

Files changed (1) hide show
  1. README.md +5 -0
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