thunlp commited on
Commit
4284ca8
·
verified ·
1 Parent(s): d2231c2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - cerebras/SlimPajama-627B
4
+ base_model:
5
+ - meta-llama/Meta-Llama-3-8B-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_32768.pt can be loaded by torch.load(), and it is a list of high-frequency tokens.
11
+
12
+ config.json and pytorch_model.bin are the same as https://huggingface.co/yuhuili/EAGLE-LLaMA3-Instruct-8B, and can be downloaded from their repo.