McAuley-Lab/Amazon-Reviews-2023
Updated โข 60.6k โข 331
How to use CHIPP-AI/model1 with Transformers:
# 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")This is the model card of a ๐ค transformers model that has been pushed on the Hub. This model card has been automatically generated.
0 --> Negative
1--> Neutral
2--> Positive
Accuracy-0.93
F1-0.92
Precision-0.92
Recall-0.93
MCC-0.81
Eval Loss-0.42
Base model
microsoft/deberta-v3-base