Proprogrammer commited on
Commit
bf673d7
·
verified ·
1 Parent(s): df5baad

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -34
config.json CHANGED
@@ -1,38 +1,4 @@
1
  {
2
  "model_type": "gemma3_text",
3
 
4
-
5
- "hidden_size": 4096,
6
- "num_hidden_layers": 32,
7
- "num_attention_heads": 32,
8
- "num_key_value_heads": 8,
9
-
10
- "intermediate_size": 11008,
11
- "max_position_embeddings": 8192,
12
- "rope_theta": 1000000,
13
- "sliding_window": 4096,
14
-
15
- "vocab_size": 256000,
16
- "pad_token_id": 0,
17
- "bos_token_id": 1,
18
- "eos_token_id": 2,
19
-
20
- "tie_word_embeddings": true,
21
-
22
- "attention_dropout": 0.0,
23
- "hidden_dropout": 0.0,
24
- "rms_norm_eps": 1e-5,
25
-
26
- "rope_scaling": {
27
- "type": "dynamic",
28
- "factor": 4.0
29
- },
30
-
31
- "initializer_range": 0.02,
32
-
33
- "torch_dtype": "bfloat16",
34
- "use_cache": true,
35
-
36
- "model_description": "Example Gemma 3 style text-generation model configuration.",
37
- "version": "1.0"
38
  }
 
1
  {
2
  "model_type": "gemma3_text",
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }