Upload LlavaForConditionalGeneration
Browse files- config.json +3 -3
- model.safetensors +2 -2
config.json
CHANGED
@@ -10,9 +10,9 @@
|
|
10 |
"text_config": {
|
11 |
"attention_bias": false,
|
12 |
"attention_dropout": 0.0,
|
13 |
-
"head_dim":
|
14 |
"hidden_act": "silu",
|
15 |
-
"hidden_size":
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 32,
|
18 |
"max_position_embeddings": 2048,
|
@@ -33,7 +33,7 @@
|
|
33 |
"vision_config": {
|
34 |
"attention_dropout": 0.0,
|
35 |
"hidden_act": "quick_gelu",
|
36 |
-
"hidden_size":
|
37 |
"image_size": 336,
|
38 |
"initializer_factor": 1.0,
|
39 |
"initializer_range": 0.02,
|
|
|
10 |
"text_config": {
|
11 |
"attention_bias": false,
|
12 |
"attention_dropout": 0.0,
|
13 |
+
"head_dim": 4,
|
14 |
"hidden_act": "silu",
|
15 |
+
"hidden_size": 16,
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 32,
|
18 |
"max_position_embeddings": 2048,
|
|
|
33 |
"vision_config": {
|
34 |
"attention_dropout": 0.0,
|
35 |
"hidden_act": "quick_gelu",
|
36 |
+
"hidden_size": 16,
|
37 |
"image_size": 336,
|
38 |
"initializer_factor": 1.0,
|
39 |
"initializer_range": 0.02,
|
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:97667e386c55a9029f3d4dad52c8c7a4b14ac4b1bcd3defb4d62c05a3af7a241
|
3 |
+
size 4218064
|