setfit-absa-polarity / config_setfit.json
isolation-forest's picture
Add SetFit ABSA model
6a64c7a verified
raw
history blame
156 Bytes
{
"spacy_model": "en_core_web_lg",
"span_context": 3,
"labels": [
"Negative",
"Neutral",
"Positive"
],
"normalize_embeddings": false
}