gsaltintas commited on
Commit
5cb2145
·
verified ·
1 Parent(s): 8f0667b

Upload tokenizer file config.json - Upload model files

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