Skip to content

Strifee/Sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment analysis

This is a PyTorch implementation of a Sentiment Analyser built with BERT (BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding)

Setup and Requirements

2. Clone the Translate repo:

$ git clone clone https://github.com/Strifee/arabic2english.git

3. install requirements:

pip install -r requirements.txt

Data

Emotion Detection from Text :

Emotion Detection from Text is basically a collection of tweets annotated with the emotions behind them. We have three columns tweet_id, sentiment, and content. In "content" we have the raw tweet. In "sentiment" we have the emotion behind the tweet.

Vizualisation : image

Model

image

Results

image


Check all results on the notebook.

About

Sentiment Classifier built with Bert and Pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published