add auto_map for custom config class
Browse files- 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 |
}
|