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

Improve model card: Add pipeline tag, library name and license (#1)

Browse files

- Improve model card: Add pipeline tag, library name and license (b67323f628a3be429a6d2baade8d7e9cdcfd567e)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

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.