Safetensors
xalma
haoranxu commited on
Commit
4b418b2
·
verified ·
1 Parent(s): 7e72151

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -15,7 +15,7 @@
15
  "max_length": null,
16
  "max_position_embeddings": 4096,
17
  "mlp_bias": false,
18
- "model_type": "llama",
19
  "num_attention_heads": 40,
20
  "num_hidden_layers": 40,
21
  "num_key_value_heads": 40,
@@ -28,5 +28,7 @@
28
  "torch_dtype": "float32",
29
  "transformers_version": "4.45.1",
30
  "use_cache": true,
31
- "vocab_size": 32000
 
 
32
  }
 
15
  "max_length": null,
16
  "max_position_embeddings": 4096,
17
  "mlp_bias": false,
18
+ "model_type": "xalma",
19
  "num_attention_heads": 40,
20
  "num_hidden_layers": 40,
21
  "num_key_value_heads": 40,
 
28
  "torch_dtype": "float32",
29
  "transformers_version": "4.45.1",
30
  "use_cache": true,
31
+ "vocab_size": 32000,
32
+ "lora_size": 512,
33
+ "lora_alpha": 2
34
  }