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

  • Log In
  • Sign Up

PuxAI
/
PII-Token-Filter-Hard-V1

Token Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use PuxAI/PII-Token-Filter-Hard-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PuxAI/PII-Token-Filter-Hard-V1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="PuxAI/PII-Token-Filter-Hard-V1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("PuxAI/PII-Token-Filter-Hard-V1")
    model = AutoModelForTokenClassification.from_pretrained("PuxAI/PII-Token-Filter-Hard-V1")
  • Notebooks
  • Google Colab
  • Kaggle
PII-Token-Filter-Hard-V1
576 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
PuxAI's picture
PuxAI
Completed Token-Based Filter Training
30f86ad verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.04 kB
    Completed Token-Based Filter Training about 2 months ago
  • added_tokens.json
    23 Bytes
    Training in progress, epoch 1 about 2 months ago
  • config.json
    1.02 kB
    Training in progress, epoch 1 about 2 months ago
  • model.safetensors
    565 MB
    xet
    Training in progress, epoch 5 about 2 months ago
  • special_tokens_map.json
    286 Bytes
    Training in progress, epoch 1 about 2 months ago
  • spm.model
    2.46 MB
    xet
    Training in progress, epoch 1 about 2 months ago
  • tokenizer.json
    8.66 MB
    Training in progress, epoch 1 about 2 months ago
  • tokenizer_config.json
    1.32 kB
    Training in progress, epoch 1 about 2 months ago
  • training_args.bin
    5.84 kB
    xet
    Training in progress, epoch 1 about 2 months ago