Security Sentiment Analyzer
Fine-tuned BERT model that analyzes sentiment of cybersecurity news headlines.
Model Details
- Base Model:
bert-base-uncased - Task: Text Classification (Sentiment Analysis)
- Labels:
0: Positive ๐ข1: Negative ๐ด2: Neutral ๐ต
Accuracy
87.5% on test set
How to Use
from transformers import pipeline
classifier = pipeline("text-classification", model="Aikaksh-Singh-Routela/security-sentiment-model")
result = classifier("Ransomware attack shuts down hospital systems")
print(result)
- Downloads last month
- 33
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support