An open API service indexing awesome lists of open source software.

https://github.com/y-t-g/shopee-sentiment-analysis

Sentiment analysis on Shopee reviews with BERT using Hugging Face Transformers, Blurr and FastAI libraries
https://github.com/y-t-g/shopee-sentiment-analysis

Last synced: 2 months ago
JSON representation

Sentiment analysis on Shopee reviews with BERT using Hugging Face Transformers, Blurr and FastAI libraries

Awesome Lists containing this project

README

        

# Sentiment Analysis on Shopee Reviews

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Y-T-G/shopee-sentiment-analysis/blob/master/sentiment_analysis.ipynb)

This project utilizes [Blurr](https://github.com/ohmeow/blurr) library's huggingface transformers integration for the FastAI deep learning framework to fine-tune the BERT language model for sentiment analysis using the [Shopee Sentiment Analysis](https://www.kaggle.com/c/shopee-sentiment-analysis) dataset from Kaggle.

# Group Members

| Name | Matric No |
| ---------------------------- | --------- |
| Yasin Mohammed | 1814111 |
| Mohammed Raashid Salih Batha | 1817209 |
| Ahmad Nasali Bin Abd Manaf | 1815091 |
| Mahanad Chamie Majed Eddin | 1625331 |

# Resources

Blurr library - https://github.com/ohmeow/blurr

FastAI - https://github.com/fastai/fastai

Hugging Face Transformers - https://github.com/huggingface/transformers

Dataset - [Shopee Code League - Sentiment Analysis](https://www.kaggle.com/c/shopee-sentiment-analysis)