Upload LlavaNextForConditionalGeneration
Browse files- config.json +3 -3
- model.safetensors +2 -2
config.json
CHANGED
@@ -32,9 +32,9 @@
|
|
32 |
"text_config": {
|
33 |
"attention_bias": false,
|
34 |
"attention_dropout": 0.0,
|
35 |
-
"head_dim":
|
36 |
"hidden_act": "silu",
|
37 |
-
"hidden_size":
|
38 |
"initializer_range": 0.02,
|
39 |
"intermediate_size": 32,
|
40 |
"max_position_embeddings": 2048,
|
@@ -56,7 +56,7 @@
|
|
56 |
"vision_config": {
|
57 |
"attention_dropout": 0.0,
|
58 |
"hidden_act": "quick_gelu",
|
59 |
-
"hidden_size":
|
60 |
"image_size": 336,
|
61 |
"initializer_factor": 1.0,
|
62 |
"initializer_range": 0.02,
|
|
|
32 |
"text_config": {
|
33 |
"attention_bias": false,
|
34 |
"attention_dropout": 0.0,
|
35 |
+
"head_dim": 4,
|
36 |
"hidden_act": "silu",
|
37 |
+
"hidden_size": 16,
|
38 |
"initializer_range": 0.02,
|
39 |
"intermediate_size": 32,
|
40 |
"max_position_embeddings": 2048,
|
|
|
56 |
"vision_config": {
|
57 |
"attention_dropout": 0.0,
|
58 |
"hidden_act": "quick_gelu",
|
59 |
+
"hidden_size": 16,
|
60 |
"image_size": 336,
|
61 |
"initializer_factor": 1.0,
|
62 |
"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:808b7578d4e2e120e46b755311c7c811c3c31309bb06471cdeded5487fa8bc82
|
3 |
+
size 4218192
|