Add pipeline_tag and library_name (#1)
Browse files- Add pipeline_tag and library_name (d9c76b1b0fb3bfb6cb6ccaed39343ec246c00805)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
base_model:
|
5 |
-
- Qwen/Qwen2.5-Math-7B
|
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 |
+
license: mit
|
3 |
language:
|
4 |
- en
|
|
|
|
|
5 |
tags:
|
6 |
- One-Shot-CFT
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
+
|
11 |
# One-Shot-CFT: Unleashing the Reasoning Potential of Pre-trained LLMs by Critique Fine-Tuning on One Problem
|
12 |
|
13 |
<p align="center">
|