Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AndrewAndrewsen
/
distilbert-secret-masker-v3.3a-rs

Token Classification
Transformers
Safetensors
English
distilbert
secret-detection
security
credentials
dlp
code
Model card Files Files and versions
xet
Community

Instructions to use AndrewAndrewsen/distilbert-secret-masker-v3.3a-rs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AndrewAndrewsen/distilbert-secret-masker-v3.3a-rs with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="AndrewAndrewsen/distilbert-secret-masker-v3.3a-rs")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AndrewAndrewsen/distilbert-secret-masker-v3.3a-rs")
    model = AutoModelForTokenClassification.from_pretrained("AndrewAndrewsen/distilbert-secret-masker-v3.3a-rs", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-secret-masker-v3.3a-rs
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AndrewAndrewsen's picture
AndrewAndrewsen
Upload README.md with huggingface_hub
209f917 verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 days ago
  • README.md
    9.04 kB
    Upload README.md with huggingface_hub 7 days ago
  • config.json
    657 Bytes
    Upload folder using huggingface_hub 7 days ago
  • model.safetensors
    265 MB
    xet
    Upload folder using huggingface_hub 7 days ago
  • span_infer.py
    9.73 kB
    Upload folder using huggingface_hub 7 days ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 7 days ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 7 days ago
  • tokenizer_config.json
    1.23 kB
    Upload folder using huggingface_hub 7 days ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 7 days ago