Add pipeline tag, library name, and clean up model card
Browse filesThis PR improves the model card by adding the `pipeline_tag` set to `text-generation` and `library_name: transformers` to the metadata. This ensures the model is properly categorized and enables the automated "how to use" widget on the Hugging Face Hub.
Additionally, redundant `
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
5 |
---
|
|
|
6 |
# PromptCoT-2.0-SelfPlay-4B
|
7 |
|
8 |
This model is part of **PromptCoT 2.0** (*Scaling Prompt Synthesis for LLM Reasoning*).
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: mit
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
+
|
9 |
# PromptCoT-2.0-SelfPlay-4B
|
10 |
|
11 |
This model is part of **PromptCoT 2.0** (*Scaling Prompt Synthesis for LLM Reasoning*).
|