ybelkada commited on
Commit
b3a4d27
1 Parent(s): b5646b1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "activation": "swiglu",
3
  "architectures": [
4
- "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
@@ -15,7 +15,7 @@
15
  "is_bitnet_config": true,
16
  "max_position_embeddings": 8192,
17
  "mlp_bias": false,
18
- "model_type": "llama",
19
  "num_attention_heads": 12,
20
  "num_hidden_layers": 28,
21
  "num_key_value_heads": 4,
 
1
  {
2
  "activation": "swiglu",
3
  "architectures": [
4
+ "Falcon3ForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
15
  "is_bitnet_config": true,
16
  "max_position_embeddings": 8192,
17
  "mlp_bias": false,
18
+ "model_type": "falcon3",
19
  "num_attention_heads": 12,
20
  "num_hidden_layers": 28,
21
  "num_key_value_heads": 4,