Upload GitForCausalLM
Browse files- config.json +6 -1
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "microsoft/git-
|
| 3 |
"architectures": [
|
| 4 |
"GitForCausalLM"
|
| 5 |
],
|
|
@@ -26,8 +26,13 @@
|
|
| 26 |
"use_cache": true,
|
| 27 |
"vision_config": {
|
| 28 |
"dropout": 0.0,
|
|
|
|
| 29 |
"initializer_factor": 1.0,
|
|
|
|
| 30 |
"model_type": "git_vision_model",
|
|
|
|
|
|
|
|
|
|
| 31 |
"projection_dim": 512
|
| 32 |
},
|
| 33 |
"vocab_size": 30522
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "microsoft/git-large",
|
| 3 |
"architectures": [
|
| 4 |
"GitForCausalLM"
|
| 5 |
],
|
|
|
|
| 26 |
"use_cache": true,
|
| 27 |
"vision_config": {
|
| 28 |
"dropout": 0.0,
|
| 29 |
+
"hidden_size": 1024,
|
| 30 |
"initializer_factor": 1.0,
|
| 31 |
+
"intermediate_size": 4096,
|
| 32 |
"model_type": "git_vision_model",
|
| 33 |
+
"num_attention_heads": 16,
|
| 34 |
+
"num_hidden_layers": 24,
|
| 35 |
+
"patch_size": 14,
|
| 36 |
"projection_dim": 512
|
| 37 |
},
|
| 38 |
"vocab_size": 30522
|
model.safetensors
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:a71f857b838f66c78ac6e8c4a5d817105b77e2e50bd5ba4f310a4a11eee3abee
|
| 3 |
+
size 1576851440
|