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: 129 Bytes
64b3cc2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:87a380cf82494999b26c1c6671e0fa97f2e2abea476aa3ea5d815e710be1b293
size 4082
|