Jan-Christoph Klie

Results 87 comments of Jan-Christoph Klie

Unit tests are still missing.

I mean this: https://github.com/inception-project/inception/assets/934600/2fceb771-3c87-47c4-8204-f5b85c3e0dbe

The project ID is not exposed on the inception website itself. You would need to search this list for your project via string matching, which I find not so user...

If you do not save the model in the classifier itself as a member variable, it should do what you want, does it not?. Just load models when you need...

Yes, but it prevents you nothing from doing it differently. I read this issue as if you want your own recommender to be able to be lazy, not changing existing...

I will have a look. I never really used this recommender so there certainly might be bugs in there.

You normally configure layer and feature in INCEpTION and the recommenders pick it up. The REST API ist described [here](https://zoidberg.ukp.informatik.tu-darmstadt.de/jenkins/view/INCEpTION/job/INCEpTION%20(GitHub)%20(master)%20-%20Docker/de.tudarmstadt.ukp.inception.app$inception-app-webapp/doclinks/3/#_external_recommender). Are you using these with INCEpTION? Did you have a...

What exactly is your issue? Adapter have a fixed tagset that depends on the pretrained model, if you want another tagset then you need to train your own. You need...

Adapters come from adapterhub, so you need to find an adapter that suits your needs. They are pretrained, so you cannot just change the tagset. https://adapterhub.ml/explore/ https://adapterhub.ml/explore/sentiment/sst-2/ I did not...

I do not know, you would need to ask the adapterhub people.