nielsr HF Staff commited on
Commit
4e73e43
·
verified ·
1 Parent(s): 684a872

Add pipeline tag and license

Browse files

This PR adds the `pipeline_tag` and license to the model card for better searchability and clarity. The `pipeline_tag` is set to `text-generation`
as the model is a causal language model. The license is set to Apache 2.0 based on the information from the Github repository.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  library_name: transformers
3
  tags: []
 
 
4
  ---
5
 
6
  # ELM Llama3-8B Model Card
 
1
  ---
2
  library_name: transformers
3
  tags: []
4
+ pipeline_tag: text-generation
5
+ license: apache-2.0
6
  ---
7
 
8
  # ELM Llama3-8B Model Card