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