johnphilos commited on
Commit
51a7b32
·
verified ·
1 Parent(s): 0bde629

(Trained with Unsloth)

Browse files
Files changed (2) hide show
  1. config.json +34 -34
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,35 +1,35 @@
1
  {
2
- "architectures": [
3
- "Gemma2ForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "attn_logit_softcapping": 50.0,
8
- "bos_token_id": 2,
9
- "cache_implementation": "hybrid",
10
- "eos_token_id": 1,
11
- "final_logit_softcapping": 30.0,
12
- "head_dim": 128,
13
- "hidden_act": "gelu_pytorch_tanh",
14
- "hidden_activation": "gelu_pytorch_tanh",
15
- "hidden_size": 4608,
16
- "initializer_range": 0.02,
17
- "intermediate_size": 36864,
18
- "max_position_embeddings": 8192,
19
- "model_type": "gemma2",
20
- "num_attention_heads": 32,
21
- "num_hidden_layers": 46,
22
- "num_key_value_heads": 16,
23
- "pad_token_id": 0,
24
- "query_pre_attn_scalar": 144,
25
- "rms_norm_eps": 1e-06,
26
- "rope_scaling": null,
27
- "rope_theta": 10000.0,
28
- "sliding_window": 4096,
29
- "sliding_window_size": 4096,
30
- "torch_dtype": "bfloat16",
31
- "transformers_version": "4.51.1",
32
- "unsloth_version": "2025.3.19",
33
- "use_cache": true,
34
- "vocab_size": 256000
35
- }
 
1
  {
2
+ "architectures": [
3
+ "Gemma2ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attn_logit_softcapping": 50.0,
8
+ "bos_token_id": 2,
9
+ "cache_implementation": "hybrid",
10
+ "eos_token_id": 1,
11
+ "final_logit_softcapping": 30.0,
12
+ "head_dim": 128,
13
+ "hidden_act": "gelu_pytorch_tanh",
14
+ "hidden_activation": "gelu_pytorch_tanh",
15
+ "hidden_size": 4608,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 36864,
18
+ "max_position_embeddings": 8192,
19
+ "model_type": "gemma2",
20
+ "num_attention_heads": 32,
21
+ "num_hidden_layers": 46,
22
+ "num_key_value_heads": 16,
23
+ "pad_token_id": 0,
24
+ "query_pre_attn_scalar": 144,
25
+ "rms_norm_eps": 1e-06,
26
+ "rope_scaling": null,
27
+ "rope_theta": 10000.0,
28
+ "sliding_window": 4096,
29
+ "sliding_window_size": 4096,
30
+ "torch_dtype": "bfloat16",
31
+ "transformers_version": "4.52.4",
32
+ "unsloth_version": "2025.6.2",
33
+ "use_cache": true,
34
+ "vocab_size": 256000
35
+ }
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "eos_token_id": 1,
6
  "max_length": 8192,
7
  "pad_token_id": 0,
8
- "transformers_version": "4.51.1"
9
  }
 
5
  "eos_token_id": 1,
6
  "max_length": 8192,
7
  "pad_token_id": 0,
8
+ "transformers_version": "4.52.4"
9
  }