Align sentiment-analysis' tokenizer (currently uncased) to the model (uncased). (#4264)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user