Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lvdongyi committed Oct 21, 2024
1 parent 7ff5a17 commit d46655c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paddlenlp/transformers/auto/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,14 @@
("tinybert", "TinyBertTokenizer"),
("unified_transformer", "UnifiedTransformerTokenizer"),
("unimo", "UNIMOTokenizer"),
("gpt", "GPTChineseTokenizer"),
("gpt", (("GPTTokenizer", "GPTChineseTokenizer"), None)),
("gau_alpha", "GAUAlphaTokenizer"),
("artist", "ArtistTokenizer"),
("chineseclip", "ChineseCLIPTokenizer"),
("ernie_vil", "ErnieViLTokenizer"),
("glm", "GLMGPT2Tokenizer"),
("qwen", "QWenTokenizer"),
("qwen2", "Qwen2Tokenizer"),
("yuan", "YuanTokenizer"),
]
)
Expand Down

0 comments on commit d46655c

Please sign in to comment.