aimeri commited on
Commit
029f6c5
·
verified ·
1 Parent(s): d5ffe29

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +38 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Glm4ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "eos_token_id": 151329,
8
+ "head_dim": 128,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 6144,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 23040,
13
+ "max_position_embeddings": 32768,
14
+ "model_name": "/content/aimeri/spoomplesmaxx-base-glm4-32b",
15
+ "model_type": "glm4",
16
+ "num_attention_heads": 48,
17
+ "num_hidden_layers": 61,
18
+ "num_key_value_heads": 2,
19
+ "pad_token_id": 151343,
20
+ "partial_rotary_factor": 0.5,
21
+ "quantization": {
22
+ "group_size": 64,
23
+ "bits": 8,
24
+ "mode": "affine"
25
+ },
26
+ "quantization_config": {
27
+ "group_size": 64,
28
+ "bits": 8,
29
+ "mode": "affine"
30
+ },
31
+ "rms_norm_eps": 1e-05,
32
+ "rope_theta": 10000.0,
33
+ "tie_word_embeddings": false,
34
+ "torch_dtype": "bfloat16",
35
+ "unsloth_version": "2026.3.3",
36
+ "use_cache": true,
37
+ "vocab_size": 151552
38
+ }