Text Classification
Transformers
Safetensors
code
bert
Generated from Trainer
text-embeddings-inference
Instructions to use HuggingFaceTB/stack-edu-classifier-php with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HuggingFaceTB/stack-edu-classifier-php with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HuggingFaceTB/stack-edu-classifier-php")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HuggingFaceTB/stack-edu-classifier-php") model = AutoModelForSequenceClassification.from_pretrained("HuggingFaceTB/stack-edu-classifier-php", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Size of remote file:
- 497 MB
- SHA256:
- c7dc572db0460e1a55e3e4121f5ae2d1edbcf5d2560c729741b0c0640429021f
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.