auto_map in config.json doesn't contain Phi3SmallForSequenceClassification
#13
by
kyeongpil
- opened
When I tried to run the following code, It throws error.
AutoModelForSequenceClassification.from_pretrained(
"microsoft/Phi-3-small-8k-instruct",
trust_remote_code=True,
)
In order to load the Phi3SmallForSequenceClassification, auto_map in config.json should contain Phi3SmallForSequenceClassification.
bapatra
changed discussion status to
closed