/Bert-Base-Emotion-Sentiment-Analysis

Primary LanguageJupyter NotebookGNU Affero General Public License v3.0AGPL-3.0

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