Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use pbwauyo/trainer-chapter4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pbwauyo/trainer-chapter4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pbwauyo/trainer-chapter4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pbwauyo/trainer-chapter4") model = AutoModelForSequenceClassification.from_pretrained("pbwauyo/trainer-chapter4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e25a219 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2ae602c0a1343bc64f68b8a377cb40cc069da1c009b845457bae1da41eb83cf2
size 5112
|