CoolFace
Modelpublic

anyze/Ze1.5-Automotive-Embedded-Instruct

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
4likes512downloads
config.json33 linesDownload Raw Back to root
1{
2  "architectures": [
3    "Qwen2ForCausalLM"
4  ],
5  "attention_dropout": 0.0,
6  "bos_token_id": 151643,
7  "eos_token_id": 151645,
8  "hidden_act": "silu",
9  "hidden_size": 1536,
10  "initializer_range": 0.02,
11  "intermediate_size": 8960,
12  "max_position_embeddings": 131072,
13  "max_window_layers": 28,
14  "model_type": "qwen2",
15  "num_attention_heads": 12,
16  "num_hidden_layers": 28,
17  "num_key_value_heads": 2,
18  "rms_norm_eps": 1e-06,
19  "rope_theta": 1000000.0,
20  "rope_scaling": {
21    "rope_type": "yarn",
22    "type": "yarn",
23    "factor": 4.0,
24    "original_max_position_embeddings": 32768
25  },
26  "sliding_window": null,
27  "tie_word_embeddings": true,
28  "torch_dtype": "float16",
29  "transformers_version": "4.44.0",
30  "use_cache": true,
31  "use_sliding_window": false,
32  "vocab_size": 151936
33}