CoolFace
Modelpublic

fableforge-ai/FableForge

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
2likes17downloads
config.json21 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "model_type": "llama",6  "hidden_size": 4096,7  "intermediate_size": 11008,8  "num_hidden_layers": 32,9  "num_attention_heads": 32,10  "num_key_value_heads": 32,11  "vocab_size": 32000,12  "max_position_embeddings": 4096,13  "rms_norm_eps": 1e-05,14  "rope_theta": 10000.0,15  "tie_word_embeddings": false,16  "torch_dtype": "float16",17  "use_cache": true,18  "bos_token_id": 1,19  "eos_token_id": 2,20  "pad_token_id": 021}