Code Monkey home page Code Monkey logo

distilbert_review's Introduction

Sentiment analysis on products reviews with lexicon model and transformers

  • code from google collab
  • The project is based on the Amazon product review from customers dataset.
  • This is a multi-class classification. Reviews should be classified into five classes 1,2,3,4,5.(from very bad to very good)

Used approaches

  • EDA and Different visualization approaches:WordCloud,Pandas,Seaborn,nltk
  • detection of polarity and intensity of emotion:lexicon and rule-based sentiment analysis tool---Vader4
  • Sentiment analysis and multi-labels classification:Transformers provided by Hugging Face, DistilBert,Pytorch,Python

fine-tuning our pretrained model in native PyTorch on our dataset.

  • Creating the model and defining its loss and optimize
  • The dataloader passes data to the model based on the batch size.
  • Subsequent output from the model and the actual category are compared to calculate the loss(Loss value is used to optimize the weights of the neurons in the network).
  • Do regularization and early stopping to prevent overfitting

Saving the Trained Model for inference

We use pytorch :torch_save With the saved final model we can make new prediction by entering new raw text for reviewing.

Credits

The Sentiment Analysis model was fine-tuned using the DistilBERT model from Hugging Face Transformers library.

distilbert_review's People

Contributors

brge-93 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.