Hjgugugjhuhjggg commited on
Commit
f2695e5
·
verified ·
1 Parent(s): 8f387f8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -1
config.json CHANGED
@@ -1 +1,21 @@
1
- {"model_type": "llama", "torch_dtype": "float16", "eos_token_id": null, "bos_token_id": null, "pad_token_id": 0, "vocab_size": 30522}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "torch_dtype": "float16",
4
+ "eos_token_id": null,
5
+ "bos_token_id": null,
6
+ "pad_token_id": 0,
7
+ "vocab_size": 30522,
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "cell": {},
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "max_position_embeddings": 512,
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 6,
18
+ "pre_trained": "",
19
+ "structure": [],
20
+ "type_vocab_size": 2
21
+ }