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

fef2
/
ner_rus_bert-secret_detection

Token Classification
Transformers
Safetensors
Russian
English
bert
ner
pii
secret-detection
credentials
masking
russian
Model card Files Files and versions
xet
Community

Instructions to use fef2/ner_rus_bert-secret_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fef2/ner_rus_bert-secret_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="fef2/ner_rus_bert-secret_detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("fef2/ner_rus_bert-secret_detection")
    model = AutoModelForTokenClassification.from_pretrained("fef2/ner_rus_bert-secret_detection", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ner_rus_bert-secret_detection / core
42.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
fef2's picture
fef2
Upload folder using huggingface_hub
0936c1f verified 6 days ago
  • __init__.py
    0 Bytes
    Upload folder using huggingface_hub 6 days ago
  • _shim.py
    3.1 kB
    Upload folder using huggingface_hub 6 days ago
  • scrubber.py
    38.1 kB
    Upload folder using huggingface_hub 6 days ago
  • slot_ontology.yaml
    1.1 kB
    Upload folder using huggingface_hub 6 days ago