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

  • Log In
  • Sign Up

pinialt
/
bert-tiny-pii-router

Text Classification
Transformers
Safetensors
English
bert
pii
privacy
routing
knowledge-distillation
tinybert
traffic-control
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use pinialt/bert-tiny-pii-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pinialt/bert-tiny-pii-router with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pinialt/bert-tiny-pii-router")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pinialt/bert-tiny-pii-router")
    model = AutoModelForSequenceClassification.from_pretrained("pinialt/bert-tiny-pii-router")
  • Notebooks
  • Google Colab
  • Kaggle
bert-tiny-pii-router
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
pinialt's picture
pinialt
Update README.md
24df4e9 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.98 kB
    Update README.md 4 months ago
  • config.json
    825 Bytes
    Upload BertForSequenceClassification 4 months ago
  • confusion_matrix.png
    31.2 kB
    Upload confusion_matrix.png 4 months ago
  • model.safetensors
    44.7 MB
    xet
    Upload BertForSequenceClassification 4 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 4 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    1.41 kB
    Upload tokenizer 4 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 4 months ago