adapter-hub / adapters

A Unified Library for Parameter-Efficient and Modular Transfer Learning

Home Page:https://docs.adapterhub.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot automatically convert prediction head of model class RobertaAdapterModel to flex head.

swoldemichael opened this issue · comments

commented

I was trying to try out my adapter model on the serverless inference API on Hugging Face, but the prediction head can not be converted to flex head. This would be good for prototyping. Perhaps, consider conversion for all models supported by adapters.

Screenshot 2024-03-24 at 22-21-58 solwol_my-awesome-adapter · Hugging Face

Thanks for bringing this up, I think the inference API has not been updated to the new library yet, we will look into this!

commented

Should be fixed now with merge of the PR mentioned.