File size: 381 Bytes
7a02f91 78a73f1 7a02f91 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"base_model_name_or_path": "meta-llama/Llama-2-13b-chat-hf",
"architectures": [
"MLPSpeculatorPreTrainedModel"
],
"emb_dim": 5120,
"inner_dim": 4096,
"model_type": "mlp_speculator",
"n_candidates": 5,
"n_predict": 3,
"top_k_tokens_per_head": [
5,
3,
2
],
"torch_dtype": "float16",
"transformers_version": "4.35.0",
"vocab_size": 32000
}
|