theprint commited on
Commit
e796094
1 Parent(s): ca02c1e

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +2 -38
config.json CHANGED
@@ -1,39 +1,3 @@
1
  {
2
- "_name_or_path": "unsloth/gemma-2-9b-bnb-4bit",
3
- "architectures": [
4
- "Gemma2ForCausalLM"
5
- ],
6
- "attention_bias": false,
7
- "attention_dropout": 0.0,
8
- "attn_logit_softcapping": 50.0,
9
- "bos_token_id": 2,
10
- "cache_implementation": "hybrid",
11
- "eos_token_id": 1,
12
- "final_logit_softcapping": 30.0,
13
- "head_dim": 256,
14
- "hidden_act": "gelu_pytorch_tanh",
15
- "hidden_activation": "gelu_pytorch_tanh",
16
- "hidden_size": 3584,
17
- "initializer_range": 0.02,
18
- "intermediate_size": 14336,
19
- "max_position_embeddings": 16384,
20
- "model_type": "gemma2",
21
- "num_attention_heads": 16,
22
- "num_hidden_layers": 42,
23
- "num_key_value_heads": 8,
24
- "pad_token_id": 0,
25
- "query_pre_attn_scalar": 256,
26
- "rms_norm_eps": 1e-06,
27
- "rope_scaling": {
28
- "factor": 2.0,
29
- "type": "linear"
30
- },
31
- "rope_theta": 10000.0,
32
- "sliding_window": 4096,
33
- "sliding_window_size": 4096,
34
- "torch_dtype": "bfloat16",
35
- "transformers_version": "4.44.2",
36
- "unsloth_version": "2024.9.post2",
37
- "use_cache": true,
38
- "vocab_size": 256000
39
- }
 
1
  {
2
+ "model_type": "gemma2"
3
+ }