Text Generation
Transformers
Safetensors
DIVEdoc
docvqa
distillation
VLM
document-understanding
OCR-free
custom_code
JayRay5 commited on
Commit
56a14e3
·
verified ·
1 Parent(s): 79bb81a

Update config.json

Browse files

add "auto_map" fields

Files changed (1) hide show
  1. 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": {