CoolFace
Modelpublic

inclusionAI/ASearcher-Local-14B

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
29likes121downloads
config.json27 linesDownload Raw Back to root
1{2  "architectures": [3    "Qwen2ForCausalLM"4  ],5  "attention_dropout": 0.0,6  "hidden_act": "silu",7  "hidden_size": 5120,8  "initializer_range": 0.02,9  "intermediate_size": 13824,10  "max_position_embeddings": 131072,11  "max_window_layers": 28,12  "model_type": "qwen2",13  "num_attention_heads": 40,14  "num_hidden_layers": 48,15  "num_key_value_heads": 8,16  "rms_norm_eps": 1e-05,17  "rope_scaling": null,18  "rope_theta": 1000000.0,19  "sliding_window": 4096,20  "tie_word_embeddings": false,21  "torch_dtype": "float16",22  "transformers_version": "4.51.1",23  "use_cache": true,24  "use_sliding_window": false,25  "vocab_size": 15206426}27