Closed Bathilde closed 1 year ago
I would like to apologies, I did not see the list of compatible models while reading the Readme. Since the Roberta model is for now indicated as "unknown" integration, my goal is to test them and try the integration on XCode directly. If the solution is working, I will open a pull request.
Thank you for all the work you did on that project.
Hi @Bathilde! No worries! Please, do let us know how it goes :)
Hello, I'm currently encountering an issue while transforming models using Roberta.
Roberta is a text classification model to evaluate emotions or if the content is hateful. So it is supposed to be a very simple text classification model.
I tried to use the exporter with the following models:
First I was using the web tool to transform directly the model, and I could only select the option "text-generation". When trying directly from the python tool, the following error is returned:
If I understand correctly, all models are supposed to be trained and directly available to use. Am I missing a step or a configuration to make them work ?
Thank you.