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
3
Safetensors
Model size
0.1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using Aikaksh-Singh-Routela/security-sentiment-model 1