Skip to content

averms/transformers_for_sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Encoder-Only Transformers for Sentiment Analysis

See the paper.

Reproduce

You can use the Dockerfile. Just build it with

docker build . -t eotfsa

and run it. Running without any arguments will only do the preprocessing step. To get dropped in a shell with all dependencies installed, use

docker run --rm -it eotfsa:latest bash -l

About

Using Encoder-Only Transformers for Sentiment Analysis

Resources

Stars

Watchers

Forks

Packages

No packages published