cai-qi linoyts HF Staff commited on
Commit
5812a87
·
verified ·
1 Parent(s): c1a0b4e

replace CLIPTextModel with CLIPTextModelWithProjection (#1)

Browse files

- replace CLIPTextModel with CLIPTextModelWithProjection (bd3614bc8bccfad0ce23485135802a0e5ab941cf)


Co-authored-by: Linoy Tsaban <[email protected]>

Files changed (1) hide show
  1. text_encoder/config.json +1 -1
text_encoder/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "CLIPTextModel"
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,