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

https://github.com/averms/transformers_for_sentiment_analysis

Using Encoder-Only Transformers for Sentiment Analysis
https://github.com/averms/transformers_for_sentiment_analysis

Last synced: about 2 months ago
JSON representation

Using Encoder-Only Transformers for Sentiment Analysis

Awesome Lists containing this project

README

          

# Using Encoder-Only Transformers for Sentiment Analysis

## 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
```