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

llm-semantic-router
/
mmbert32k-pii-detector-lora

Token Classification
PEFT
Safetensors
English
modernbert
pii-detection
lora
mmbert
32k-context
Model card Files Files and versions
xet
Community

Instructions to use llm-semantic-router/mmbert32k-pii-detector-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use llm-semantic-router/mmbert32k-pii-detector-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForTokenClassification
    
    base_model = AutoModelForTokenClassification.from_pretrained("llm-semantic-router/mmbert-32k-yarn")
    model = PeftModel.from_pretrained(base_model, "llm-semantic-router/mmbert32k-pii-detector-lora")
  • Notebooks
  • Google Colab
  • Kaggle
mmbert32k-pii-detector-lora
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
HuaminChen's picture
HuaminChen
initial commit
c45c73e verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago