Younes Belkada
commited on
Commit
•
a80dcef
1
Parent(s):
ef91513
v1 - config
Browse files- config.json +31 -0
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 768,
|
10 |
+
"decoder_layernorm": true,
|
11 |
+
"decoder_start_token_id": 2,
|
12 |
+
"dropout": 0.1,
|
13 |
+
"embed_dim": 768,
|
14 |
+
"eos_token_id": 2,
|
15 |
+
"ffn_dim": 3072,
|
16 |
+
"forced_eos_token_id": 2,
|
17 |
+
"init_std": 0.02,
|
18 |
+
"layerdrop": 0.0,
|
19 |
+
"max_position_embeddings": 2048,
|
20 |
+
"model_type": "opt",
|
21 |
+
"num_attention_heads": 12,
|
22 |
+
"num_hidden_layers": 12,
|
23 |
+
"output_projection": false,
|
24 |
+
"pad_token_id": 1,
|
25 |
+
"scale_embedding": false,
|
26 |
+
"share_input_output_embed": true,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.19.0.dev0",
|
29 |
+
"use_cache": false,
|
30 |
+
"vocab_size": 50272
|
31 |
+
}
|