CoolFace
Modelpublic

MARS-Retokenization/olmo2-7b-instruct-inv-reference-mixed

sourceHugging Faceapache-2.0updated 15d agoView on Hugging Face
0likes77downloads
config.json27 linesDownload Raw Back to root
1{2  "architectures": [3    "Olmo2ForCausalLM"4  ],5  "attention_bias": false,6  "attention_dropout": 0.0,7  "dtype": "float32",8  "eos_token_id": 100257,9  "hidden_act": "silu",10  "hidden_size": 4096,11  "initializer_range": 0.02,12  "intermediate_size": 11008,13  "max_position_embeddings": 4096,14  "model_type": "olmo2",15  "num_attention_heads": 32,16  "num_hidden_layers": 32,17  "num_key_value_heads": 32,18  "pad_token_id": 100277,19  "rms_norm_eps": 1e-06,20  "rope_scaling": null,21  "rope_theta": 500000,22  "tie_word_embeddings": false,23  "transformers_version": "4.57.1",24  "use_cache": true,25  "vocab_size": 10035226}27