Instructions to use Forturne/Finbert_PB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Forturne/Finbert_PB with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Forturne/Finbert_PB")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Forturne/Finbert_PB") model = AutoModelForSequenceClassification.from_pretrained("Forturne/Finbert_PB", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1f0b0de | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7c15a525370f043f21b1fe2a976e0899d7741cd7a3169842a36540bf9deba94e
size 439089269
|