nielsr HF Staff commited on
Commit
b67323f
·
verified ·
1 Parent(s): 1c0535d

Improve model card: Add pipeline tag, library name and license

Browse files

This PR improves the model card by adding the `pipeline_tag` and `library_name`, which enhances discoverability and enables the "Use in Transformers" button. The MIT license is also added for clarity.

Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,9 +1,12 @@
1
  ---
2
- datasets:
3
- - cerebras/SlimPajama-627B
4
  base_model:
5
  - meta-llama/Meta-Llama-3-8B-Instruct
6
  - yuhuili/EAGLE-LLaMA3-Instruct-8B
 
 
 
 
 
7
  ---
8
 
9
  Token frequency statistics based on [SlimPajama-627B](https://huggingface.co/datasets/cerebras/SlimPajama-627B), used for FR-Spec (https://arxiv.org/abs/2502.14856), see more at https://github.com/thunlp/FR-Spec.
 
1
  ---
 
 
2
  base_model:
3
  - meta-llama/Meta-Llama-3-8B-Instruct
4
  - yuhuili/EAGLE-LLaMA3-Instruct-8B
5
+ datasets:
6
+ - cerebras/SlimPajama-627B
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ license: mit
10
  ---
11
 
12
  Token frequency statistics based on [SlimPajama-627B](https://huggingface.co/datasets/cerebras/SlimPajama-627B), used for FR-Spec (https://arxiv.org/abs/2502.14856), see more at https://github.com/thunlp/FR-Spec.