How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="CHIPP-AI/model1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("CHIPP-AI/model1")
model = AutoModelForSequenceClassification.from_pretrained("CHIPP-AI/model1", device_map="auto")
Quick Links

Model Card for Model ID

Model Details

Model Description

This is the model card of a ๐Ÿค— transformers model that has been pushed on the Hub. This model card has been automatically generated.

  • Developed by: Ruchit Pokhrel and Sandra
  • Language(s) (NLP): English
  • License: MIT
  • Finetuned from model microsoft/deberta-v3-base

Label

0 --> Negative
1--> Neutral
2--> Positive

Metrics on Test Set

Accuracy-0.93
F1-0.92
Precision-0.92
Recall-0.93
MCC-0.81
Eval Loss-0.42

Downloads last month
11
Safetensors
Model size
0.2B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ 1 Ask for provider support

Model tree for CHIPP-AI/model1

Finetuned
(661)
this model

Dataset used to train CHIPP-AI/model1

Space using CHIPP-AI/model1 1