File size: 447 Bytes
1d276b5 ce8b89f 6b16a2d ce8b89f 1d276b5 6b16a2d 1d276b5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"vocab_size": 1000,
"hidden_size": 1024,
"num_hidden_layers": 4,
"num_attention_heads": 8,
"intermediate_size": 4096,
"max_position_embeddings": 1024,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": true,
"use_cache": true,
"torch_dtype": "float16",
"transformers_version": "4.36.0"
} |