ShotaMatsumoto commited on
Commit
57e4951
·
verified ·
1 Parent(s): 8e13a1d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "hidden_size": 5120,
4
+ "num_attention_heads": 40,
5
+ "num_hidden_layers": 40,
6
+ "intermediate_size": 13600,
7
+ "max_position_embeddings": 2048,
8
+ "vocab_size": 32000,
9
+ "pad_token_id": 0,
10
+ "bos_token_id": 1,
11
+ "eos_token_id": 2,
12
+ "torch_dtype": "float16",
13
+ "use_cache": true,
14
+ "num_hidden_layers_to_finetune": 13,
15
+ "r": 32,
16
+ "lora_alpha": 32,
17
+ "lora_dropout": 0.05
18
+ }