Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jack-development/text2sentiment

A flexible PyTorch-based framework for sentiment analysis tasks, easily adaptable to diverse text datasets. This project streamlines and modernizes sentiment analysis methods with PyTorch.
https://github.com/jack-development/text2sentiment

Last synced: about 1 month ago
JSON representation

A flexible PyTorch-based framework for sentiment analysis tasks, easily adaptable to diverse text datasets. This project streamlines and modernizes sentiment analysis methods with PyTorch.

Awesome Lists containing this project

README

        

 




 

# Text2Sentiment

Text2Sentiment is a flexible, reusable framework for building Text Classification models. This repository is specifically designed for PyTorch and can be applied to numerous different datasets.

Inspired by [bentrevett's PyTorch Sentiment Analysis](https://github.com/bentrevett/pytorch-sentiment-analysis/blob/master/1%20-%20Simple%20Sentiment%20Analysis.ipynb) and the [PyTorch Documentation Examples](https://github.com/pytorch/tutorials/blob/main/beginner_source/text_sentiment_ngrams_tutorial.py), this project was created to modernize older resources and replace the usage of legacy packages.

The initial implementation performs Sentiment Analysis on the TorchText IMDB dataset, but the architecture of the codebase allows for easy adaptation to other text datasets.

## Skills and Technologies Used

The project heavily relies on:

- Python
- PyTorch
- Ubuntu


python
pytorch
ubuntu

## Getting Started

_Coming soon..._

A detailed guide on how to use this project will be published shortly. The guide will contain information about how to adapt the codebase to work with various text datasets.

## Contributing

Contributions, issues and feature requests are welcome. Feel free to check [issues page](https://github.com/Jack-Development/TextClassification/issues) if you want to contribute.

## License

This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.