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="kwang123/bert-sentiment-analysis")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("kwang123/bert-sentiment-analysis")
model = AutoModelForSequenceClassification.from_pretrained("kwang123/bert-sentiment-analysis")
Quick Links

BERT-Sentiment_Analysis

Fine-tuned BERT-base-uncased on argilla/twitter-coronavirus

  • F1 Score: 0.842050
  • Accuracy: 0.842515
Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train kwang123/bert-sentiment-analysis

Space using kwang123/bert-sentiment-analysis 1