CoolFace
Modelpublic

bardsai/finance-sentiment-pl-fast

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
4likes43downloads
Model Card

Finance Sentiment PL (fast)

Finance Sentiment PL (fast) is a distiluse-based model for analyzing sentiment of Polish financial news. It was trained on the translated version of Financial PhraseBank by Malo et al. (2014) for 10 epochs on single RTX3090 gpu.

The model will give you a three labels: positive, negative and neutral.

How to use

You can use this model directly with a pipeline for sentiment-analysis:

python
from transformers import pipeline

nlp = pipeline("sentiment-analysis", model="bardsai/finance-sentiment-pl-fast")
nlp("Sprzedaż netto wzrosła o 30% do 36 mln EUR.")
bash
[{'label': 'positive', 'score': 0.9999998807907104}]

Performance

MetricValue
f1 macro0.933
precision macro0.950
recall macro0.918
accuracy0.944
samples per second268.1

(The performance was evaluated on RTX 3090 gpu)

Changelog

  • —2022-12-01: Rename the model to finance-sentiment-pl-base
  • —2022-11-15: Initial release

License

This model is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), inherited from the base model sentence-transformers/distiluse-base-multilingual-cased-v1 (Apache 2.0).

Attribution: distiluse-base-multilingual-cased-v1 — Sentence-Transformers (UKP Lab); Finance Sentiment PL (fast) — bards.ai.

About bards.ai

At bards.ai, we focus on providing machine learning expertise and skills to our partners, particularly in the areas of nlp, machine vision and time series analysis. Our team is located in Wroclaw, Poland. Please visit our website for more information: bards.ai

Let us know if you use our model :). Also, if you need any help, feel free to contact us at info@bards.ai