Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
9 |
+
|
10 |
+
freq_16384.pt can be loaded by torch.load(), and it is a list of high-frequency tokens.
|