Do not specify the vocabulary file extension in the download pattern (#311)

This commit is contained in:
Guillaume Klein
2023-06-20 10:53:11 +02:00
committed by GitHub
parent ad58ba26ab
commit efc4f61d85

View File

@@ -68,7 +68,7 @@ def download_model(
"config.json", "config.json",
"model.bin", "model.bin",
"tokenizer.json", "tokenizer.json",
"vocabulary.txt", "vocabulary.*",
] ]
kwargs = { kwargs = {