Instructions to use calculito/classify-ISIN-STEP8_binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use calculito/classify-ISIN-STEP8_binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="calculito/classify-ISIN-STEP8_binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("calculito/classify-ISIN-STEP8_binary") model = AutoModelForSequenceClassification.from_pretrained("calculito/classify-ISIN-STEP8_binary") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
361b507 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8cc85dee84124500450b733aa0c3df56275f688b1ea68e49855481e8addd8a7a
size 46743912
|