chloemeow commited on
Commit
f5d0286
·
verified ·
1 Parent(s): 68868cc

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "architectures": [
4
+ "FastLanguageModel"
5
+ ],
6
+ "max_seq_length": 2048,
7
+ "hidden_size": 4096,
8
+ "num_attention_heads": 32,
9
+ "num_hidden_layers": 32,
10
+ "r": 16,
11
+ "lora_alpha": 16,
12
+ "lora_dropout": 0,
13
+ "use_gradient_checkpointing": true
14
+ }