Markus28 commited on
Commit
eeb05a3
1 Parent(s): 0ce78aa

feat: changed model_type

Browse files
Files changed (1) hide show
  1. 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,