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

  • Log In
  • Sign Up

kunjcr2
/
firewall-distilbert

Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use kunjcr2/firewall-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kunjcr2/firewall-distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kunjcr2/firewall-distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kunjcr2/firewall-distilbert")
    model = AutoModelForSequenceClassification.from_pretrained("kunjcr2/firewall-distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
firewall-distilbert
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
kunjcr2's picture
kunjcr2
DistilBERT firewall - guaranteed convergence with warmup
34ba7ba verified 27 days ago
  • .gitattributes
    1.52 kB
    initial commit 27 days ago
  • README.md
    5.17 kB
    DistilBERT firewall - guaranteed convergence with warmup 27 days ago
  • config.json
    781 Bytes
    DistilBERT firewall - guaranteed convergence with warmup 27 days ago
  • model.safetensors
    268 MB
    xet
    DistilBERT firewall - guaranteed convergence with warmup 27 days ago
  • tokenizer.json
    712 kB
    DistilBERT firewall - guaranteed convergence with warmup 27 days ago
  • tokenizer_config.json
    322 Bytes
    DistilBERT firewall - guaranteed convergence with warmup 27 days ago