Text Classification
Transformers
PyTorch
Safetensors
Chinese
bert
financial-sentiment-analysis
sentiment-analysis
Eval Results (legacy)
text-embeddings-inference
Instructions to use bardsai/finance-sentiment-zh-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bardsai/finance-sentiment-zh-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bardsai/finance-sentiment-zh-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bardsai/finance-sentiment-zh-base") model = AutoModelForSequenceClassification.from_pretrained("bardsai/finance-sentiment-zh-base", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e2fe080 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:343d10fec860bd0038d4006ea8301383952a566f94154dea722509b77e4cb23f
size 409152629
|