sklearn_sentence:
How to configure recommenders page setting such as layer and feature, I tried SemPred and category with
http://localhost:5000/sklearn_sentence but it doesn't work
server.add_classifier("sklearn_sentence", SklearnSentenceClassifier())
was done and runs okay
Also adapter_sent:
server.add_classifier(
"adapter_sent",
AdapterSentenceClassifier(
base_model_name="bert-base-uncased", adapter_name="sentiment/sst-2@ukp", labels=["negative", "positive"]
),
)
reports AttributeError: 'BertForSequenceClassification' object has no attribute 'load_adapter' error
sklearn_sentence:
How to configure recommenders page setting such as layer and feature, I tried SemPred and category with
http://localhost:5000/sklearn_sentence but it doesn't work
Also adapter_sent:
reports AttributeError: 'BertForSequenceClassification' object has no attribute 'load_adapter' error