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:
- 1febbef45640844f4cea67a31225a2166970617cf5c80fbe0d9b24c296bbf60a
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.