CoolFace
Modelpublic

kitsunea/modelSmolLM2-improvd-assignment2-exercise

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes13downloads
config.json33 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "attention_bias": false,6  "attention_dropout": 0.0,7  "bos_token_id": 0,8  "dtype": "float32",9  "eos_token_id": 0,10  "head_dim": 64,11  "hidden_act": "silu",12  "hidden_size": 576,13  "initializer_range": 0.041666666666666664,14  "intermediate_size": 1536,15  "is_llama_config": true,16  "max_position_embeddings": 8192,17  "mlp_bias": false,18  "model_type": "llama",19  "num_attention_heads": 9,20  "num_hidden_layers": 30,21  "num_key_value_heads": 3,22  "pad_token_id": 0,23  "pretraining_tp": 1,24  "rms_norm_eps": 1e-05,25  "rope_interleaved": false,26  "rope_scaling": null,27  "rope_theta": 100000,28  "tie_word_embeddings": true,29  "transformers_version": "4.57.1",30  "use_cache": true,31  "vocab_size": 4915232}33