Commit
•
81debac
1
Parent(s):
b60d003
Update config.json (#3)
Browse files- Update config.json (535b8349459d4789900c8f37b68b283e17ed1ef8)
Co-authored-by: Yaowei Zheng <[email protected]>
- 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": {
|