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