Update configuration_clip.py
#4
by
koukandre
- opened
- configuration_clip.py +1 -1
configuration_clip.py
CHANGED
@@ -22,7 +22,7 @@ class JinaCLIPTextConfig(PretrainedConfig):
|
|
22 |
def __init__(
|
23 |
self,
|
24 |
embed_dim: int = 768,
|
25 |
-
hf_model_name_or_path: str = 'jinaai/jina-bert-
|
26 |
hf_model_config_kwargs: Optional[Dict[str, Any]] = None,
|
27 |
pooler_type: Optional[str] = None,
|
28 |
proj_type: Optional[str] = None,
|
|
|
22 |
def __init__(
|
23 |
self,
|
24 |
embed_dim: int = 768,
|
25 |
+
hf_model_name_or_path: str = 'jinaai/jina-bert-flash-implementation',
|
26 |
hf_model_config_kwargs: Optional[Dict[str, Any]] = None,
|
27 |
pooler_type: Optional[str] = None,
|
28 |
proj_type: Optional[str] = None,
|