Update config.json
Browse filesadd "auto_map" fields
- config.json +4 -0
config.json
CHANGED
|
@@ -8,6 +8,10 @@
|
|
| 8 |
"hidden_size": 2048,
|
| 9 |
"image_token_index": 257152,
|
| 10 |
"model_type": "DIVEdoc",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"pad_token_id": 0,
|
| 12 |
"projection_dim": 2048,
|
| 13 |
"text_config": {
|
|
|
|
| 8 |
"hidden_size": 2048,
|
| 9 |
"image_token_index": 257152,
|
| 10 |
"model_type": "DIVEdoc",
|
| 11 |
+
"auto_map": {
|
| 12 |
+
"AutoConfig": "configuration_divedoc.DIVEdocConfig",
|
| 13 |
+
"AutoModelForCausalLM": "modeling_divedoc.DIVEdoc"
|
| 14 |
+
},
|
| 15 |
"pad_token_id": 0,
|
| 16 |
"projection_dim": 2048,
|
| 17 |
"text_config": {
|