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