Skip to content

Commit 3f419c4

Browse files
authored
support chineseclip model (#4585)
1 parent 7148926 commit 3f419c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paddlenlp/transformers/auto/modeling.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
("CLIPVision", "clip"),
107107
("CLIPText", "clip"),
108108
("CLIP", "clip"),
109+
("ChineseCLIPVision", "chineseclip"),
110+
("ChineseCLIPText", "chineseclip"),
111+
("ChineseCLIP", "chineseclip"),
109112
("Artist", "artist"),
110113
("OPT", "opt"),
111114
("Pegasus", "pegasus"),

0 commit comments

Comments
 (0)