Q-bert commited on
Commit
8ec9623
·
1 Parent(s): 7808d5c

Upload config (2).json

Browse files
Files changed (1) hide show
  1. config (2).json +26 -0
config (2).json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "XGLMForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "attention_heads": 16,
9
+ "bos_token_id": 0,
10
+ "d_model": 2048,
11
+ "decoder_start_token_id": 2,
12
+ "dropout": 0.1,
13
+ "eos_token_id": 2,
14
+ "ffn_dim": 16384,
15
+ "init_std": 0.02,
16
+ "layerdrop": 0.0,
17
+ "max_position_embeddings": 2048,
18
+ "model_type": "xglm",
19
+ "num_layers": 48,
20
+ "pad_token_id": 1,
21
+ "scale_embedding": true,
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.17.0.dev0",
24
+ "use_cache": true,
25
+ "vocab_size": 256008
26
+ }