markmc commited on
Commit
70bad28
·
verified ·
1 Parent(s): 95259cb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -3
config.json CHANGED
@@ -17,9 +17,10 @@
17
  "pad_token_id": 0,
18
  "rms_norm_eps": 1e-05,
19
  "speculator_config": {
20
- "speculative_algorithm": "eagle3",
21
- "verifier_model": "meta-llama/Llama-3.1-8B-Instruct",
22
- "version": "0.1.0"
 
23
  },
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float16",
 
17
  "pad_token_id": 0,
18
  "rms_norm_eps": 1e-05,
19
  "speculator_config": {
20
+ "algorithm": "eagle3",
21
+ "verifier": {
22
+ "name_or_path": "meta-llama/Llama-3.1-8B-Instruct"
23
+ }
24
  },
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "float16",