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