Upload model
Browse files- config.json +16 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Effb2TrmCaptioningModel"
|
| 4 |
+
],
|
| 5 |
+
"attn_emb_dim": 1408,
|
| 6 |
+
"decoder_dropout": 0.2,
|
| 7 |
+
"decoder_emb_dim": 256,
|
| 8 |
+
"decoder_n_layers": 2,
|
| 9 |
+
"decoder_we_tie_weights": true,
|
| 10 |
+
"fc_emb_dim": 1408,
|
| 11 |
+
"shared_dim": 1024,
|
| 12 |
+
"tchr_dim": 768,
|
| 13 |
+
"torch_dtype": "float32",
|
| 14 |
+
"transformers_version": "4.30.2",
|
| 15 |
+
"vocab_size": 4981
|
| 16 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0efc13f4f4da70347615a0767463efa9df1f979198fc94767c15b2599cfc0f2
|
| 3 |
+
size 55393977
|