fibonacciai commited on
Commit
1ff3ffc
·
verified ·
1 Parent(s): e722988

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -5
config.json CHANGED
@@ -3,24 +3,26 @@
3
  "GemmaForCausalLM"
4
  ],
5
  "model_type": "gemma",
 
6
  "hidden_size": 2048,
7
  "intermediate_size": 5504,
8
  "num_attention_heads": 16,
9
  "num_hidden_layers": 26,
10
  "num_key_value_heads": 16,
11
- "max_position_embeddings": 8192,
12
- "rms_norm_eps": 1e-6,
13
  "vocab_size": 256000,
 
14
 
15
  "rope_theta": 1000000,
16
  "rope_scaling": null,
17
 
 
 
 
18
  "use_sliding_window_attention": false,
19
  "sliding_window_size": null,
20
 
21
- "tie_word_embeddings": true,
22
  "initializer_range": 0.02,
23
-
24
  "attention_dropout": 0.0,
25
  "hidden_dropout": 0.0,
26
 
@@ -28,7 +30,7 @@
28
  "bos_token_id": 1,
29
  "eos_token_id": 2,
30
 
31
- "torch_dtype": "bfloat16",
32
  "tokenizer_class": "GemmaTokenizer",
33
 
34
  "_name_or_path": "fibonacciai/RealRobot-Chatbot-Ecommerce-Robot-Fibonacci-Nano-llm",
 
3
  "GemmaForCausalLM"
4
  ],
5
  "model_type": "gemma",
6
+
7
  "hidden_size": 2048,
8
  "intermediate_size": 5504,
9
  "num_attention_heads": 16,
10
  "num_hidden_layers": 26,
11
  "num_key_value_heads": 16,
12
+
 
13
  "vocab_size": 256000,
14
+ "max_position_embeddings": 8192,
15
 
16
  "rope_theta": 1000000,
17
  "rope_scaling": null,
18
 
19
+ "rms_norm_eps": 1e-6,
20
+ "torch_dtype": "bfloat16",
21
+
22
  "use_sliding_window_attention": false,
23
  "sliding_window_size": null,
24
 
 
25
  "initializer_range": 0.02,
 
26
  "attention_dropout": 0.0,
27
  "hidden_dropout": 0.0,
28
 
 
30
  "bos_token_id": 1,
31
  "eos_token_id": 2,
32
 
33
+ "tie_word_embeddings": true,
34
  "tokenizer_class": "GemmaTokenizer",
35
 
36
  "_name_or_path": "fibonacciai/RealRobot-Chatbot-Ecommerce-Robot-Fibonacci-Nano-llm",