Text Classification
PEFT
Safetensors
Transformers
English
bert
financial-sentiment-analysis
finbert
lora
sentfin
finance
text-embeddings-inference
Instructions to use tahp0604/finbert-sentfin-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tahp0604/finbert-sentfin-lora with PEFT:
Task type is invalid.
- Transformers
How to use tahp0604/finbert-sentfin-lora with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tahp0604/finbert-sentfin-lora")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tahp0604/finbert-sentfin-lora") model = AutoModelForSequenceClassification.from_pretrained("tahp0604/finbert-sentfin-lora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!