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: 134 Bytes
9d81a58 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6fa97268c4a788b2c39fba4beeec6cb4677bb81f8093d6c2a3ebd2078ce4843e
size 267877037
|