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
- Host: GitHub
- URL: https://github.com/averms/transformers_for_sentiment_analysis
- Owner: averms
- Created: 2025-01-13T19:34:00.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2025-01-13T19:38:43.000Z (over 1 year ago)
- Last Synced: 2025-01-13T20:34:45.783Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```