Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use TheChefHU/classifier-chapter4_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheChefHU/classifier-chapter4_distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TheChefHU/classifier-chapter4_distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TheChefHU/classifier-chapter4_distilbert") model = AutoModelForSequenceClassification.from_pretrained("TheChefHU/classifier-chapter4_distilbert") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- bfd5392cff37229fab00d4c90486c110e376bdb797f3770a4b0d1b566345d6ec
- Size of remote file:
- 5.84 kB
- SHA256:
- 4712faaa94b618de796bb43a4d9be6511328f59e66df80d2b8e806bf025ee950
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.