Add pipeline tag and library name (#1)
Browse files- Add pipeline tag and library name (ebba2903c4d0f1160f71e81404bdd0d6ccc0bb0d)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
base_model:
|
5 |
- Qwen/Qwen2.5-14B
|
|
|
|
|
6 |
tags:
|
7 |
- One-Shot-CFT
|
|
|
|
|
|
|
8 |
---
|
|
|
9 |
# One-Shot-CFT: Unleashing the Reasoning Potential of Pre-trained LLMs by Critique Fine-Tuning on One Problem
|
10 |
|
11 |
<p align="center">
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-14B
|
4 |
+
language:
|
5 |
+
- en
|
6 |
tags:
|
7 |
- One-Shot-CFT
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
library_name: transformers
|
10 |
+
license: cc-by-4.0
|
11 |
---
|
12 |
+
|
13 |
# One-Shot-CFT: Unleashing the Reasoning Potential of Pre-trained LLMs by Critique Fine-Tuning on One Problem
|
14 |
|
15 |
<p align="center">
|