nielsr HF staff commited on
Commit
27aa12b
·
verified ·
1 Parent(s): 939589d

Add pipeline tag and library name

Browse files

This PR ensures the "how to use" button appears on the top right (with a Transformers code snippet), along with the correct pipeline tag, ensuring people can find the model at https://huggingface.co/models?pipeline_tag=text-generation.

Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -10,9 +10,10 @@ tags:
10
  - cft
11
  - math
12
  - reasoning
 
 
13
  ---
14
 
15
-
16
  # Qwen2.5-Math-7B-CFT
17
 
18
  <div style="display: flex; gap: 4px; align-items: center">
@@ -68,10 +69,4 @@ The model demonstrates that learning to critique is more effective than learning
68
 
69
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/636a35eff8d9af4aea181608/tLLFW6OEASFojDyX1Zh-K.png)*Table 1: Performance comparison of Qwen2.5-Math-7B-CFT vs. other reasoning-specialized models.*
70
 
71
- For more details about the model architecture, methodology, and comprehensive evaluation results, please visit our [project webpage](https://tiger-ai-lab.github.io/CritiqueFineTuning).
72
-
73
-
74
-
75
-
76
-
77
-
 
10
  - cft
11
  - math
12
  - reasoning
13
+ pipeline_tag: text-generation
14
+ library_name: transformers
15
  ---
16
 
 
17
  # Qwen2.5-Math-7B-CFT
18
 
19
  <div style="display: flex; gap: 4px; align-items: center">
 
69
 
70
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/636a35eff8d9af4aea181608/tLLFW6OEASFojDyX1Zh-K.png)*Table 1: Performance comparison of Qwen2.5-Math-7B-CFT vs. other reasoning-specialized models.*
71
 
72
+ For more details about the model architecture, methodology, and comprehensive evaluation results, please visit our [project webpage](https://tiger-ai-lab.github.io/CritiqueFineTuning).