Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aksub99/bert-sentiment

Application of `BERT` to extract the portions of a tweet that represent a particular sentiment.
https://github.com/aksub99/bert-sentiment

bert huggingface kaggle-competition pytorch question-answering

Last synced: 14 days ago
JSON representation

Application of `BERT` to extract the portions of a tweet that represent a particular sentiment.

Awesome Lists containing this project

README

        

# Description

This repository contains a PyTorch implementation of `BERT` to extract the portion of a tweet that represents it's sentiment. The code makes use of the `huggingface` library for pretrained versions of the `BERT` model.

`sentiment-bert.ipynb` contains the implementation and results. The data and problem description can be found in the Kaggle competition `Tweet Sentiment Extraction`.

For a detailed walk-through of this code, please view my blog post at
[BERT: Using Hugging Face for Sentiment Extraction with PyTorch](https://medium.com/@akshaysubramanian99/bert-using-hugging-face-for-sentiment-extraction-with-pytorch-2477980e7976).