Gargaz commited on
Commit
a28fab1
1 Parent(s): 3faec8a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
- "_name_or_path": "google/gemma-2b-it",
3
  "architectures": [
4
- "GemmaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
@@ -13,7 +12,7 @@
13
  "initializer_range": 0.02,
14
  "intermediate_size": 16384,
15
  "max_position_embeddings": 8192,
16
- "model_type": "gemma",
17
  "num_attention_heads": 8,
18
  "num_hidden_layers": 18,
19
  "num_key_value_heads": 1,
 
1
  {
 
2
  "architectures": [
3
+ "EryonForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 16384,
14
  "max_position_embeddings": 8192,
15
+ "model_type": "Eryon",
16
  "num_attention_heads": 8,
17
  "num_hidden_layers": 18,
18
  "num_key_value_heads": 1,