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