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