CoolFace
Modelpublic

smartrichard/X-R1-lora-7500

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes8downloads
config.json32 linesDownload Raw Back to root
1{2  "_attn_implementation_autoset": true,3  "_name_or_path": "Qwen/Qwen2.5-1.5B",4  "architectures": [5    "Qwen2ForCausalLM"6  ],7  "attention_dropout": 0.0,8  "bos_token_id": 151643,9  "eos_token_id": 151643,10  "hidden_act": "silu",11  "hidden_size": 1536,12  "initializer_range": 0.02,13  "intermediate_size": 8960,14  "max_position_embeddings": 131072,15  "max_window_layers": 28,16  "model_type": "qwen2",17  "num_attention_heads": 12,18  "num_hidden_layers": 28,19  "num_key_value_heads": 2,20  "rms_norm_eps": 1e-06,21  "rope_scaling": null,22  "rope_theta": 1000000.0,23  "sliding_window": null,24  "tie_word_embeddings": true,25  "torch_dtype": "bfloat16",26  "transformers_version": "4.48.2",27  "use_cache": true,28  "use_mrope": false,29  "use_sliding_window": false,30  "vocab_size": 15193631}32