Jonathan Emami
commited on
Commit
·
b1d788d
1
Parent(s):
dd3a51b
upload model
Browse files- added_tokens.json +1 -0
- config.json +31 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"BertForMaskedLM"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"drop_worst_after": 0,
|
7 |
+
"drop_worst_ratio": 0,
|
8 |
+
"finetuning_task": "image_captioning",
|
9 |
+
"freeze_embedding": true,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"img_feature_dim": 2054,
|
14 |
+
"img_feature_type": "frcnn",
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 3072,
|
17 |
+
"label_smoothing": 0,
|
18 |
+
"layer_norm_eps": 1e-12,
|
19 |
+
"loss_type": "sfmx",
|
20 |
+
"max_position_embeddings": 512,
|
21 |
+
"model_type": "bert",
|
22 |
+
"num_attention_heads": 12,
|
23 |
+
"num_hidden_layers": 12,
|
24 |
+
"num_labels": 2,
|
25 |
+
"output_attentions": false,
|
26 |
+
"output_hidden_states": false,
|
27 |
+
"tie_weights": true,
|
28 |
+
"torchscript": false,
|
29 |
+
"type_vocab_size": 2,
|
30 |
+
"vocab_size": 64000
|
31 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3d98a407038a11a71144f0049927a9ace226f1743b94bcf8fd150203439337e
|
3 |
+
size 549798061
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c1cac0d38828fb8e4fb8c87b227d2ff196f2080abd31eccc88e1803ebe413d1
|
3 |
+
size 2287
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|