Finance Sentiment ZH (fast) is a
distiluse-based model for analyzing sentiment of Chinese 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.
1from transformers import pipeline
2
3nlp = pipeline("sentiment-analysis", model="bardsai/finance-sentiment-zh-fast")
4nlp("净销售额增长30%,达到3600万欧元。")
This model is released under the
Apache 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 ZH (fast) — 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