Replies: 1 comment
-
The base models should all be supported -- even if finetuned. I'm wondering if these finetuned models have an additional layer so Ecco is not able to attach to the right output neurons. That's why t5 works, it does not require any changes to the architecture. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have been trying to find a model that would best suit my sentiment analysis using ECCO module, also for the demonstration of explainable AI. I tried using BERT, DistilBert and Roberta, and all returned the same error stating the model was not supported, although it showed up as supported models earlier. Only t5-base and t5-small are supported for sentiment analysis, are they?
Beta Was this translation helpful? Give feedback.
All reactions