We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740f5e2 commit 7e098f1Copy full SHA for 7e098f1
paddlenlp/transformers/unimo/tokenizer.py
@@ -75,7 +75,7 @@ class UNIMOTokenizer(PretrainedTokenizer):
75
"unimo-text-1.0":
76
"https://paddlenlp.bj.bcebos.com/models/transformers/unimo/unimo-text-1.0-vocab.txt",
77
"unimo-text-1.0-large":
78
- "https://paddlenlp.bj.bcebos.com/models/transformers/unimo/unimo-text-1.0-vocab-large.txt",
+ "https://paddlenlp.bj.bcebos.com/models/transformers/unimo/unimo-text-1.0-large-vocab.txt",
79
}
80
81
pretrained_init_configuration = {
0 commit comments