add custom config for brain_ocr model_type
Browse files
configuration_brain_ocr.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from transformers.models.hunyuan_vl.configuration_hunyuan_vl import HunYuanVLConfig
|
| 2 |
+
|
| 3 |
+
class BrainOCRConfig(HunYuanVLConfig):
|
| 4 |
+
model_type = "brain_ocr"
|