jiangchengchengNLP
commited on
Commit
•
a9f8904
1
Parent(s):
b203ae8
Update config.json
Browse files- config.json +5 -4
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
{
|
2 |
-
"expand_dim": 4096,
|
3 |
-
"text1_dim": 512,
|
4 |
-
"text2_dim": 896
|
|
|
5 |
}
|
|
|
1 |
+
{
|
2 |
+
"expand_dim": 4096,
|
3 |
+
"text1_dim": 512,
|
4 |
+
"text2_dim": 896,
|
5 |
+
"model_type":"llava"
|
6 |
}
|