Félix Marty
commited on
Commit
·
96a685d
1
Parent(s):
448f14e
fix?
Browse files- config.json +6 -6
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -190,7 +190,7 @@
|
|
| 190 |
"image_size": 1024,
|
| 191 |
"initializer_factor": 1.0,
|
| 192 |
"initializer_range": 1e-10,
|
| 193 |
-
"intermediate_size":
|
| 194 |
"is_decoder": false,
|
| 195 |
"is_encoder_decoder": false,
|
| 196 |
"label2id": {
|
|
@@ -201,26 +201,26 @@
|
|
| 201 |
"length_penalty": 1.0,
|
| 202 |
"max_length": 20,
|
| 203 |
"min_length": 0,
|
| 204 |
-
"mlp_dim":
|
| 205 |
"mlp_ratio": 4.0,
|
| 206 |
"model_type": "",
|
| 207 |
"no_repeat_ngram_size": 0,
|
| 208 |
-
"num_attention_heads":
|
| 209 |
"num_beam_groups": 1,
|
| 210 |
"num_beams": 1,
|
| 211 |
"num_channels": 3,
|
| 212 |
"num_hidden_layers": 12,
|
| 213 |
-
"num_pos_feats":
|
| 214 |
"num_return_sequences": 1,
|
| 215 |
"output_attentions": false,
|
| 216 |
-
"output_channels":
|
| 217 |
"output_hidden_states": false,
|
| 218 |
"output_scores": false,
|
| 219 |
"pad_token_id": null,
|
| 220 |
"patch_size": 16,
|
| 221 |
"prefix": null,
|
| 222 |
"problem_type": null,
|
| 223 |
-
"projection_dim":
|
| 224 |
"pruned_heads": {},
|
| 225 |
"qkv_bias": true,
|
| 226 |
"remove_invalid_values": false,
|
|
|
|
| 190 |
"image_size": 1024,
|
| 191 |
"initializer_factor": 1.0,
|
| 192 |
"initializer_range": 1e-10,
|
| 193 |
+
"intermediate_size": 768,
|
| 194 |
"is_decoder": false,
|
| 195 |
"is_encoder_decoder": false,
|
| 196 |
"label2id": {
|
|
|
|
| 201 |
"length_penalty": 1.0,
|
| 202 |
"max_length": 20,
|
| 203 |
"min_length": 0,
|
| 204 |
+
"mlp_dim": 384,
|
| 205 |
"mlp_ratio": 4.0,
|
| 206 |
"model_type": "",
|
| 207 |
"no_repeat_ngram_size": 0,
|
| 208 |
+
"num_attention_heads": 1,
|
| 209 |
"num_beam_groups": 1,
|
| 210 |
"num_beams": 1,
|
| 211 |
"num_channels": 3,
|
| 212 |
"num_hidden_layers": 12,
|
| 213 |
+
"num_pos_feats": 16,
|
| 214 |
"num_return_sequences": 1,
|
| 215 |
"output_attentions": false,
|
| 216 |
+
"output_channels": 32,
|
| 217 |
"output_hidden_states": false,
|
| 218 |
"output_scores": false,
|
| 219 |
"pad_token_id": null,
|
| 220 |
"patch_size": 16,
|
| 221 |
"prefix": null,
|
| 222 |
"problem_type": null,
|
| 223 |
+
"projection_dim": 64,
|
| 224 |
"pruned_heads": {},
|
| 225 |
"qkv_bias": true,
|
| 226 |
"remove_invalid_values": false,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e990c8d7f134eb442a2dd3eb002674d758ccededbc620e85b882bf7fe23b0dc7
|
| 3 |
+
size 9434869
|