Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "01-ai/Yi-VL-6B",
|
| 3 |
"architectures": [
|
| 4 |
"LlavaForConditionalGeneration"
|
| 5 |
],
|
| 6 |
"ignore_index": -100,
|
| 7 |
"image_token_index": 64000,
|
| 8 |
"model_type": "llava",
|
|
|
|
| 9 |
"pad_token_id": 64001,
|
| 10 |
"projector_hidden_act": "gelu",
|
| 11 |
"text_config": {
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"LlavaForConditionalGeneration"
|
| 4 |
],
|
| 5 |
"ignore_index": -100,
|
| 6 |
"image_token_index": 64000,
|
| 7 |
"model_type": "llava",
|
| 8 |
+
"is_yi_vl_derived_model": true,
|
| 9 |
"pad_token_id": 64001,
|
| 10 |
"projector_hidden_act": "gelu",
|
| 11 |
"text_config": {
|