Align sentiment-analysis' tokenizer (currently uncased) to the model (uncased). (#4264)

This commit is contained in:
Funtowicz Morgan 2020-05-11 16:45:53 +00:00 committed by GitHub
parent 4658896ee1
commit 8fdb7997c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1531,7 +1531,7 @@ SUPPORTED_TASKS = {
"tf": "distilbert-base-uncased-finetuned-sst-2-english",
},
"config": "distilbert-base-uncased-finetuned-sst-2-english",
"tokenizer": "distilbert-base-cased",
"tokenizer": "distilbert-base-uncased",
},
},
"ner": {