patrickvonplaten
commited on
Commit
•
91fa4f0
1
Parent(s):
544a156
up
Browse files- config.json +26 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"activation_function": "relu",
|
4 |
+
"architectures": [
|
5 |
+
"OPTModel"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"d_model": 1024,
|
10 |
+
"do_layer_norm_before": false,
|
11 |
+
"dropout": 0.1,
|
12 |
+
"eos_token_id": 2,
|
13 |
+
"ffn_dim": 4096,
|
14 |
+
"init_std": 0.02,
|
15 |
+
"layerdrop": 0.0,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"model_type": "opt",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_hidden_layers": 24,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"torch_dtype": "float16",
|
22 |
+
"transformers_version": "4.19.0.dev0",
|
23 |
+
"use_cache": true,
|
24 |
+
"vocab_size": 50272,
|
25 |
+
"word_embed_proj_dim": 512
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5223ae6f3c26c6d90003f96a6bcd9a4aaaef0d36fca6469112efeeb985f2842
|
3 |
+
size 662513657
|