Unverified Commit 8fdb7997 authored by Funtowicz Morgan's avatar Funtowicz Morgan Committed by GitHub
Browse files

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

parent 4658896e
...@@ -1531,7 +1531,7 @@ SUPPORTED_TASKS = { ...@@ -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": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment