ArthurZ HF staff commited on
Commit
87607b1
1 Parent(s): ef4afd0

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "OPTModel"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "d_model": 1024,
10
+ "decoder_start_token_id": 2,
11
+ "dropout": 0.1,
12
+ "embed_dim": 512,
13
+ "eos_token_id": 2,
14
+ "ffn_dim": 4096,
15
+ "forced_eos_token_id": 2,
16
+ "init_std": 0.02,
17
+ "layerdrop": 0.0,
18
+ "max_position_embeddings": 2048,
19
+ "model_type": "opt",
20
+ "num_attention_heads": 16,
21
+ "num_layers": 24,
22
+ "pad_token_id": 1,
23
+ "scale_embedding": false,
24
+ "share_input_output_embed": true,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.19.0.dev0",
27
+ "use_cache": false,
28
+ "vocab_size": 50272
29
+ }