Text Classification
Transformers
PyTorch
English
bert
finance
sentiment analysis
regression
sentence bert
text-embeddings-inference
Instructions to use LHF/FinEAS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LHF/FinEAS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LHF/FinEAS")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LHF/FinEAS") model = AutoModelForSequenceClassification.from_pretrained("LHF/FinEAS") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md afba9dd
Update README.md 7066e99
Update README.md 612bf8c
Update README.md 407dd5e
model 71743f2
Asier Gutiérrez Fandiño commited on