Skip to content

LowLevelML/Bert-Base-Emotion-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotion Classification

Check this model on huggingface: Thamognya/Bert-Base-Emotion-Sentiment-Analysis

This is a emotional sentiment analysis review / comment / text classification with the BERT model from huggingface.co.

Machine Learning

Confusion Matrix for machine learning

confusion matrix

Specification

  • tokenizer = AutoTokenizer.from_pretrained("bert-base-uncased") or nltk
  • Bert-Large-Uncased -> changed to bert-base-uncased
  • pytorch

App

  • django backend
  • nextjs frontend