CoolFace
Modelpublic

N-Bot-Int/OpenElla-StoryWriter-TypeB

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
3likes9downloads
config.json38 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "attention_bias": false,6  "attention_dropout": 0.0,7  "bos_token_id": 128000,8  "dtype": "float16",9  "eos_token_id": [10    128001,11    128008,12    12800913  ],14  "head_dim": 64,15  "hidden_act": "silu",16  "hidden_size": 2048,17  "initializer_range": 0.02,18  "intermediate_size": 8192,19  "max_position_embeddings": 131072,20  "mlp_bias": false,21  "model_type": "llama",22  "num_attention_heads": 32,23  "num_hidden_layers": 16,24  "num_key_value_heads": 8,25  "pad_token_id": 128004,26  "pretraining_tp": 1,27  "rms_norm_eps": 1e-05,28  "rope_parameters": {29    "rope_theta": 500000.0,30    "rope_type": "default"31  },32  "tie_word_embeddings": true,33  "transformers_version": "5.2.0",34  "unsloth_version": "2026.3.4",35  "use_cache": true,36  "vocab_size": 12825637}38