train-eval-bge-small-polarity / config_setfit.json
omymble's picture
Add SetFit ABSA model
cc23f33 verified
raw
history blame contribute delete
172 Bytes
{
"normalize_embeddings": false,
"labels": [
"conflict",
"negative",
"neutral",
"positive"
],
"spacy_model": "en_core_web_lg",
"span_context": 3
}