Improve model card: add pipeline tag, library name and license
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
base_model:
|
5 |
- meta-llama/Llama-3.2-3B-Instruct
|
|
|
|
|
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 |
- meta-llama/Llama-3.2-3B-Instruct
|
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">
|