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