replace CLIPTextModel with CLIPTextModelWithProjection (#14)
Browse files- replace CLIPTextModel with CLIPTextModelWithProjection (62e30188747c967ce0211a970686fd58257114ab)
Co-authored-by: Linoy Tsaban <[email protected]>
- text_encoder/config.json +1 -1
text_encoder/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 0,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"CLIPTextModelWithProjection"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 0,
|