Improve model card: Add license, library name and pipeline tag
Browse filesThis PR improves the model card by adding the missing `license`, `library_name` and `pipeline_tag`.
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- cerebras/SlimPajama-627B
|
4 |
base_model:
|
5 |
- meta-llama/Llama-3.2-1B-Instruct
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
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/Llama-3.2-1B-Instruct
|
4 |
+
datasets:
|
5 |
+
- cerebras/SlimPajama-627B
|
6 |
+
license: mit
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
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.
|