cai-qi linoyts HF Staff commited on
Commit
7d09375
·
verified ·
1 Parent(s): e244707

replace CLIPTextModel with CLIPTextModelWithProjection for text encoder one config to match model_index.json (#2)

Browse files

- replace CLIPTextModel with CLIPTextModelWithProjection for text encoder one config to match model_index.json (7096f1432c25b0c9ec42368e2ecbe820a3a30ed6)


Co-authored-by: Linoy Tsaban <linoyts@users.noreply.huggingface.co>

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,