passionMan commited on
Commit
9600fdc
·
verified ·
1 Parent(s): 20d4f30

add auto_map for custom config class

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -76,5 +76,8 @@
76
  "rms_norm_eps": 1e-05,
77
  "spatial_merge_size": 2
78
  },
79
- "vocab_size": 120818
 
 
 
80
  }
 
76
  "rms_norm_eps": 1e-05,
77
  "spatial_merge_size": 2
78
  },
79
+ "vocab_size": 120818,
80
+ "auto_map": {
81
+ "AutoConfig": "configuration_brain_ocr.BrainOCRConfig"
82
+ }
83
  }