Text Classification
Transformers
Safetensors
distilbert
cheese
texture
fine-tuned
Eval Results (legacy)
Instructions to use rlogh/cheese-texture-classifier-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rlogh/cheese-texture-classifier-distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rlogh/cheese-texture-classifier-distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rlogh/cheese-texture-classifier-distilbert") model = AutoModelForSequenceClassification.from_pretrained("rlogh/cheese-texture-classifier-distilbert") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 20368f464f3f32f4214a1f571572be42e8f408b6444d034f6c1a027297a02b02
- Size of remote file:
- 5.71 kB
- SHA256:
- 601f05c65c90d8f98b95428e2f3212dc00f04a7ec1ca04f350f1094719f63609
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.