Upload folder using huggingface_hub
Browse files- 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 |
-
"
|
21 |
-
"
|
22 |
-
|
|
|
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",
|