ngocson2002
commited on
Commit
·
3fdd9ce
1
Parent(s):
d555944
Update model
Browse files
configuration_vivqa.py
CHANGED
@@ -8,8 +8,8 @@ class ViVQAConfig(PretrainedConfig):
|
|
8 |
self,
|
9 |
drop_path_rate: float = 0.0,
|
10 |
mlp_ratio: float = 4.0,
|
11 |
-
encoder_layers: int =
|
12 |
-
encoder_attention_heads: int =
|
13 |
multiway: bool = True,
|
14 |
layernorm_embedding: bool = False,
|
15 |
normalize_output: bool = True,
|
|
|
8 |
self,
|
9 |
drop_path_rate: float = 0.0,
|
10 |
mlp_ratio: float = 4.0,
|
11 |
+
encoder_layers: int = 6,
|
12 |
+
encoder_attention_heads: int = 6,
|
13 |
multiway: bool = True,
|
14 |
layernorm_embedding: bool = False,
|
15 |
normalize_output: bool = True,
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9e9d2776ea58576854a940d19e6b044d01ef7369d1ebad9bcade6ee0cceb3e5
|
3 |
+
size 4996630784
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4420435632871b82ad35aa376ae6354f8ec5fc302807302f520bb19bf2a7b97e
|
3 |
+
size 28217028
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|