CoolFace
Modelpublic

TreezzZ/ParallelSearch-7b-base

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes5downloads
config.json31 linesDownload Raw Back to root
1{2  "_name_or_path": "Qwen/Qwen2.5-7B",3  "architectures": [4    "Qwen2ForCausalLM"5  ],6  "attention_dropout": 0.0,7  "eos_token_id": 151643,8  "hidden_act": "silu",9  "hidden_size": 3584,10  "initializer_range": 0.02,11  "intermediate_size": 18944,12  "max_position_embeddings": 131072,13  "max_window_layers": 28,14  "model_type": "qwen2",15  "num_attention_heads": 28,16  "num_hidden_layers": 28,17  "num_key_value_heads": 4,18  "pad_token_id": 151643,19  "rms_norm_eps": 1e-06,20  "rope_scaling": null,21  "rope_theta": 1000000.0,22  "sliding_window": null,23  "tie_word_embeddings": false,24  "torch_dtype": "float32",25  "transformers_version": "4.47.1",26  "use_cache": true,27  "use_mrope": false,28  "use_sliding_window": false,29  "vocab_size": 15206430}31