Instructions to use hf-tiny-model-private/tiny-random-IBertForSequenceClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-IBertForSequenceClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hf-tiny-model-private/tiny-random-IBertForSequenceClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-IBertForSequenceClassification") model = AutoModelForSequenceClassification.from_pretrained("hf-tiny-model-private/tiny-random-IBertForSequenceClassification") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
b4bd3f2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8226d7a84cd36fbac803a75d34bcc87bb35353e293e427abc6793d5b580ebd55
size 729356
|