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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Mercy-62
/
bart-base-pii-masker-lora

PEFT
Safetensors
seq2seq
bart
lora
pii-masking
transformer
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Mercy-62/bart-base-pii-masker-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Mercy-62/bart-base-pii-masker-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/bart-base")
    model = PeftModel.from_pretrained(base_model, "Mercy-62/bart-base-pii-masker-lora")
  • Notebooks
  • Google Colab
  • Kaggle
bart-base-pii-masker-lora
7.98 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Mercy-62's picture
Mercy-62
Update README.md
7fe8e8d verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    2.42 kB
    Update README.md 7 months ago
  • adapter_config.json
    907 Bytes
    Upload model 7 months ago
  • adapter_model.safetensors
    6.51 MB
    xet
    Upload model 7 months ago
  • merges.txt
    456 kB
    Upload tokenizer 7 months ago
  • special_tokens_map.json
    957 Bytes
    Upload tokenizer 7 months ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer 7 months ago
  • vocab.json
    999 kB
    Upload tokenizer 7 months ago