Text Classification
Transformers
Safetensors
code
bert
Generated from Trainer
text-embeddings-inference
Instructions to use HuggingFaceTB/stack-edu-classifier-shell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HuggingFaceTB/stack-edu-classifier-shell with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HuggingFaceTB/stack-edu-classifier-shell")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HuggingFaceTB/stack-edu-classifier-shell") model = AutoModelForSequenceClassification.from_pretrained("HuggingFaceTB/stack-edu-classifier-shell", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6aff56742428ddac0727c2133d3cfd97cc377ff1bd52a4c43164ba49db46e662
- Size of remote file:
- 497 MB
- SHA256:
- 5a8412cc30425831736232e6a2090623ccbcc47bb2bd3eab451b8f2a53041ef2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.