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