Text Generation
Transformers
Safetensors
llama
text-generation-inference
nielsr HF Staff commited on
Commit
936625a
·
verified ·
1 Parent(s): b22e8ad

Add library name and pipeline tag

Browse files

This 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.

Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - HuggingFaceFW/fineweb-edu
5
- ---
6
- Here is the draft for the `README.md` file for the **McGill-DMaS/DMaS-LLaMa-Lite-step-35k** model card on Huggingface:
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.