mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 18:22:34 +06:00
Align sentiment-analysis' tokenizer (currently uncased) to the model (uncased). (#4264)
This commit is contained in:
parent
4658896ee1
commit
8fdb7997c6
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user