Text Classification
Transformers
Safetensors
English
bert
financial-sentiment
sentiment-analysis
finance
nlp
Eval Results (legacy)
text-embeddings-inference
Instructions to use codealchemist01/financial-sentiment-improved with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codealchemist01/financial-sentiment-improved with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="codealchemist01/financial-sentiment-improved")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("codealchemist01/financial-sentiment-improved") model = AutoModelForSequenceClassification.from_pretrained("codealchemist01/financial-sentiment-improved", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 719c099da2d22cce5837a16a3010c02f7bcf32e98db16f65737b6d7b820c6291
- Size of remote file:
- 876 MB
- SHA256:
- 57e62ecd4534984beb81579e61c918eeb2646d714908c1bf0272728fb73b6922
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.