CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-random-glm4

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes46kdownloads
config.json32 linesDownload Raw Back to root
1{2  "architectures": [3    "Glm4Model"4  ],5  "attention_bias": true,6  "attention_dropout": 0.0,7  "eos_token_id": [8    151329,9    151336,10    15133811  ],12  "head_dim": 8,13  "hidden_act": "silu",14  "hidden_size": 32,15  "initializer_range": 0.02,16  "intermediate_size": 13696,17  "max_position_embeddings": 131072,18  "model_type": "glm4",19  "num_attention_heads": 4,20  "num_hidden_layers": 2,21  "num_key_value_heads": 2,22  "pad_token_id": 151329,23  "partial_rotary_factor": 0.5,24  "rms_norm_eps": 1.5625e-07,25  "rope_theta": 10000.0,26  "tie_word_embeddings": false,27  "torch_dtype": "float32",28  "transformers_version": "4.52.0.dev0",29  "use_cache": true,30  "vocab_size": 15155231}32