Update configuration_clip.py (#4)
Browse files- Update configuration_clip.py (ee1af769f99cea7826fe8926c7f3fe991ebba510)
Co-authored-by: Andreas Koukounas <koukandre@users.noreply.huggingface.co>
- 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,
|