Add metadata
Browse filesThis PR adds the library name, pipeline tag and base model (feel free to change it if Qwen/Qwen2.5-1.5B-Instruct is not the correct one).
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CoRT-Prompt-Hint-1.5B-RL
|
| 2 |
|
| 3 |
## Model Description
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
base_model:
|
| 5 |
+
- Qwen/Qwen2.5-1.5B-Instruct
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
# CoRT-Prompt-Hint-1.5B-RL
|
| 9 |
|
| 10 |
## Model Description
|