You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to convert DistilRoBERTa model and got the following error ValueError: No conversion is registered for the model configuration RobertaConfig (supported configurations are: BartConfig, BertConfig, BloomConfig, CodeGenConfig, DistilBertConfig, FalconConfig, GPT2Config, GPTBigCodeConfig, GPTJConfig, GPTNeoXConfig, LlamaConfig, M2M100Config, MBartConfig, MPTConfig, MT5Config, MarianConfig, MixFormerSequentialConfig, OPTConfig, PegasusConfig, RWConfig, T5Config, WhisperConfig, XLMRobertaConfig)
I know that DistilRoBERTa is based on RobertaConfig, do we know if RobertaConfig will be supported in later version of the project?
There is support for XLM-RoBERTa which is also based on RobertaConfig I think, is there any way where I can convert DistilRoBERTa model
The text was updated successfully, but these errors were encountered:
There's a PR for this. However, I just realized that this library won't let us do classification with these encoder models. What's the point of supporting them at all? Ugh.
Hi,
I was trying to convert DistilRoBERTa model and got the following error
ValueError: No conversion is registered for the model configuration RobertaConfig (supported configurations are: BartConfig, BertConfig, BloomConfig, CodeGenConfig, DistilBertConfig, FalconConfig, GPT2Config, GPTBigCodeConfig, GPTJConfig, GPTNeoXConfig, LlamaConfig, M2M100Config, MBartConfig, MPTConfig, MT5Config, MarianConfig, MixFormerSequentialConfig, OPTConfig, PegasusConfig, RWConfig, T5Config, WhisperConfig, XLMRobertaConfig)
I know that DistilRoBERTa is based on RobertaConfig, do we know if RobertaConfig will be supported in later version of the project?
There is support for XLM-RoBERTa which is also based on RobertaConfig I think, is there any way where I can convert DistilRoBERTa model
The text was updated successfully, but these errors were encountered: