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