Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
"architectures": [
|
3 |
"InternVisionModel"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"attention_dropout": 0.0,
|
6 |
"drop_path_rate": 0.0,
|
7 |
"dropout": 0.0,
|
|
|
2 |
"architectures": [
|
3 |
"InternVisionModel"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_intern_vit.InternVisionConfig",
|
7 |
+
"AutoModel": "modeling_intern_vit.InternVisionModel"
|
8 |
+
},
|
9 |
"attention_dropout": 0.0,
|
10 |
"drop_path_rate": 0.0,
|
11 |
"dropout": 0.0,
|