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

https://github.com/abhilashg001/bertmelon

Sentiment analysis using BERT on Hindi-English code-mixed data
https://github.com/abhilashg001/bertmelon

google-bert hindi-english mixed-data sentiment-analysis

Last synced: about 1 month ago
JSON representation

Sentiment analysis using BERT on Hindi-English code-mixed data

Awesome Lists containing this project

README

        

# BERTMelon

Sentiment analysis using [BERT](https://github.com/google-research/bert) on Hindi-English code-mixed data.

## Introduction

According to Wikipedia -

> Sentiment analysis (also known as opinion mining or emotion AI) refers to the use of natural language processing, text analysis, computational linguistics, and biometrics to systematically identify, extract, quantify, and study affective states and subjective information.

## Task

To predict the sentiment of code-mixed Hindi-English data with high accuracy.

## TODO

1. Use [talos](https://github.com/autonomio/talos) to get better hyperparameter values.
1. Try the model on a different code-mixed dataset.