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