snoop2head
commited on
Commit
•
ee693ae
1
Parent(s):
4e51fba
add model
Browse files- config.json +18 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_function": "gelu",
|
3 |
+
"architectures": [
|
4 |
+
"DeepShallowModel"
|
5 |
+
],
|
6 |
+
"attention_heads": 8,
|
7 |
+
"decoder_layers": 1,
|
8 |
+
"dropout": 0.1,
|
9 |
+
"emb_size": 512,
|
10 |
+
"encoder_layers": 12,
|
11 |
+
"ffn_hid_dim": 2048,
|
12 |
+
"max_position_embeddings": 64,
|
13 |
+
"model_type": "transformer",
|
14 |
+
"src_vocab_size": 10000,
|
15 |
+
"tgt_vocab_size": 10000,
|
16 |
+
"torch_dtype": "float32",
|
17 |
+
"transformers_version": "4.17.0"
|
18 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07edece2bf0ccc04bde75dc8707a31f4595392992d884f1d7a463987afd009f8
|
3 |
+
size 229815723
|