Loading repository data…
Loading repository data…
tetratensor / repository
A Python-based news sentiment analysis using Hugging Face Sentiment Analysis Model and Dataset.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project aims to analyze financial news articles and predict their sentiment using a pre-trained sentiment analysis model. The sentiment analysis focuses on financial news to help understand market trends and investor sentiment, which can be crucial for decision-making in stock trading and investments.
distilroberta optimized for financial sentiment analysis.We use the DistilRoBERTa model fine-tuned for financial sentiment analysis, published on Hugging Face by mrm8488.
Model link: DistilRoBERTa Fine-tuned Financial News Sentiment Analysis
This model is specifically fine-tuned to analyze financial texts, making it highly suitable for extracting sentiments from financial news articles, unlike generic sentiment analyzers.
The project uses financial news datasets made available on Hugging Face by NickyNicky.
Dataset link: Financial News Dataset
The following hyperparameters were used during training:
| Training Loss | Epoch | Validation Loss |
|---|---|---|
| 0.318500 |
| 1.0 |
| 0.294045 |
| 0.281700 | 2.0 | 0.298364 |
| 0.250100 | 3.0 | 0.302255 |
| 0.186400 | 4.0 | 0.380530 |
| 0.179100 | 5.0 | 0.409072 |