feat: changed model_type
Browse files- configuration_bert.py +1 -1
configuration_bert.py
CHANGED
|
@@ -57,7 +57,7 @@ class JinaBertConfig(PretrainedConfig):
|
|
| 57 |
window_size (`tuple`, *optional*, defaults to `(-1, -1)`): If not the default, use local attention
|
| 58 |
"""
|
| 59 |
|
| 60 |
-
model_type = "bert"
|
| 61 |
|
| 62 |
def __init__(
|
| 63 |
self,
|
|
|
|
| 57 |
window_size (`tuple`, *optional*, defaults to `(-1, -1)`): If not the default, use local attention
|
| 58 |
"""
|
| 59 |
|
| 60 |
+
model_type = "jina-bert"
|
| 61 |
|
| 62 |
def __init__(
|
| 63 |
self,
|