Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"architectures": [
|
4 |
"LLAMIAFluxForConditionalGeneration"
|
5 |
],
|
|
|
6 |
"feature_extraction_model_name": "openai/clip-vit-large-patch14-336",
|
7 |
"ignore_index": -100,
|
8 |
"im_end_token_ids": [
|
|
|
3 |
"architectures": [
|
4 |
"LLAMIAFluxForConditionalGeneration"
|
5 |
],
|
6 |
+
"base_mllm": "llava-hf/llava-1.5-13b-hf",
|
7 |
"feature_extraction_model_name": "openai/clip-vit-large-patch14-336",
|
8 |
"ignore_index": -100,
|
9 |
"im_end_token_ids": [
|