Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
|
@@ -4,6 +4,11 @@
|
|
| 4 |
"architectures": [
|
| 5 |
"Eagle3_VLForConditionalGeneration"
|
| 6 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"downsample_ratio": 0.5,
|
| 8 |
"dynamic_image_size": false,
|
| 9 |
"image_token_index": 151669,
|
|
|
|
| 4 |
"architectures": [
|
| 5 |
"Eagle3_VLForConditionalGeneration"
|
| 6 |
],
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_eagle3_vl.Eagle3_VLConfig",
|
| 9 |
+
"AutoModel": "modeling_eagle3_vl.Eagle3_VLForConditionalGeneration",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_eagle3_vl.Eagle3_VLForConditionalGeneration"
|
| 11 |
+
},
|
| 12 |
"downsample_ratio": 0.5,
|
| 13 |
"dynamic_image_size": false,
|
| 14 |
"image_token_index": 151669,
|