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