Add library name and pipeline tag
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata for better discoverability and usage on the Hub. The `pipeline_tag` is set to `text-generation` as this is a causal language model. The `library_name` is set to `transformers` as this model can be loaded and used with the Hugging Face `transformers` library.
README.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- HuggingFaceFW/fineweb-edu
|
| 5 |
-
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
---
|
| 9 |
|
| 10 |
# DMaS-LLaMa-Lite-step-35k
|
|
@@ -64,4 +63,4 @@ If you use this model or its training insights in your work, please cite the fol
|
|
| 64 |
|
| 65 |
## License
|
| 66 |
|
| 67 |
-
This model and code are released under the **Apache License 2.0**. Please check the respective repositories for detailed terms.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- HuggingFaceFW/fineweb-edu
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
---
|
| 8 |
|
| 9 |
# DMaS-LLaMa-Lite-step-35k
|
|
|
|
| 63 |
|
| 64 |
## License
|
| 65 |
|
| 66 |
+
This model and code are released under the **Apache License 2.0**. Please check the respective repositories for detailed terms.
|