Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

HuggingFaceTB
/
stack-edu-classifier-php

Text Classification
Transformers
Safetensors
code
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

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")
  • Notebooks
  • Google Colab
  • Kaggle
stack-edu-classifier-php
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 65 commits
loubnabnl's picture
loubnabnl HF Staff
Training in progress, step 42000
f8c3062 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • config.json
    759 Bytes
    Training in progress, step 1000 over 1 year ago
  • merges.txt
    442 kB
    Training in progress, step 1000 over 1 year ago
  • model.safetensors
    497 MB
    LFS
    Training in progress, step 42000 over 1 year ago
  • special_tokens_map.json
    906 Bytes
    Training in progress, step 1000 over 1 year ago
  • tokenizer.json
    2.06 MB
    Training in progress, step 1000 over 1 year ago
  • tokenizer_config.json
    4.09 kB
    Training in progress, step 1000 over 1 year ago
  • training_args.bin
    5.3 kB
    xet
    Training in progress, step 39000 over 1 year ago
  • vocab.json
    777 kB
    Training in progress, step 1000 over 1 year ago