Quillan-Ronin / config.json
CrashOverrideX's picture
Upload config.json with huggingface_hub
6b16a2d verified
{
"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"
}