mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 18:51:14 +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",
|
"tf": "distilbert-base-uncased-finetuned-sst-2-english",
|
||||||
},
|
},
|
||||||
"config": "distilbert-base-uncased-finetuned-sst-2-english",
|
"config": "distilbert-base-uncased-finetuned-sst-2-english",
|
||||||
"tokenizer": "distilbert-base-cased",
|
"tokenizer": "distilbert-base-uncased",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"ner": {
|
"ner": {
|
||||||
|
Loading…
Reference in New Issue
Block a user