Add library name, pipeline tag, and improve usage
Browse filesThis PR adds the `library_name` (Transformers) and `pipeline_tag` (question-answering) to the model card, which is important metadata to ensure proper discoverability. Also, the full system prompt has been added to the model card.
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2.5-32B
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# OREAL-32B-SFT
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen2.5-32B
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: question-answering
|
| 7 |
---
|
| 8 |
|
| 9 |
# OREAL-32B-SFT
|