Skip to content

SetFit Model 3: Annotation and Fine-Tuning Deep-Learning Model for Stance Detection

Notifications You must be signed in to change notification settings

pacicap/Stance-Classification

Repository files navigation

library_name tags metrics widget pipeline_tag inference base_model model-index
setfit
setfit
sentence-transformers
text-classification
generated_from_setfit_trainer
accuracy
text-classification
true
sentence-transformers/paraphrase-mpnet-base-v2
name results
SetFit with sentence-transformers/paraphrase-mpnet-base-v2
task dataset metrics
type name
text-classification
Text Classification
name type split
Unknown
unknown
test
type value name
accuracy
0.9444444444444444
Accuracy

SetFit with sentence-transformers/paraphrase-mpnet-base-v2

This is a SetFit model that can be used for Text Classification. This SetFit model uses sentence-transformers/paraphrase-mpnet-base-v2 as the Sentence Transformer embedding model. A LogisticRegression instance is used for classification.

The model has been trained using an efficient few-shot learning technique that involves:

  1. Fine-tuning a Sentence Transformer with contrastive learning.
  2. Training a classification head with features from the fine-tuned Sentence Transformer.

Model Details

Model Description

Model Sources

Evaluation

Metrics

Label Accuracy
all 0.9444

Uses

Direct Use for Inference

First install the SetFit library:

pip install setfit

Then you can load this model and run inference.

from setfit import SetFitModel

# Download from the 🤗 Hub
model = SetFitModel.from_pretrained("setfit_model_id")
# Run inference
preds = model("I loved the spiderman movie!")

Training Details

Framework Versions

  • Python: 3.10.11
  • SetFit: 1.0.3
  • Sentence Transformers: 2.2.2
  • Transformers: 4.37.1
  • PyTorch: 2.1.2+cpu
  • Datasets: 2.15.0
  • Tokenizers: 0.15.0

Citation

BibTeX

@article{https://doi.org/10.48550/arxiv.2209.11055,
    doi = {10.48550/ARXIV.2209.11055},
    url = {https://arxiv.org/abs/2209.11055},
    author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
    keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
    title = {Efficient Few-Shot Learning Without Prompts},
    publisher = {arXiv},
    year = {2022},
    copyright = {Creative Commons Attribution 4.0 International}
}

About

SetFit Model 3: Annotation and Fine-Tuning Deep-Learning Model for Stance Detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages