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

peach-lab
/
privacy-comparator

Text Classification
PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use peach-lab/privacy-comparator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use peach-lab/privacy-comparator with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "peach-lab/privacy-comparator")
  • Notebooks
  • Google Colab
  • Kaggle
privacy-comparator
40.4 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Gigi
add dataset link
6096583 3 months ago
  • .gitattributes
    1.58 kB
    Initial release: Privacy Comparator LoRA 3 months ago
  • README.md
    4.23 kB
    add dataset link 3 months ago
  • adapter_config.json
    857 Bytes
    Fix base_model_name_or_path format and README SAME meaning 3 months ago
  • adapter_model.safetensors
    40.4 MB
    LFS
    Add adapter via LFS 3 months ago
  • base_model.txt
    24 Bytes
    Initial release: Privacy Comparator LoRA 3 months ago
  • comparator_config.json
    199 Bytes
    Initial release: Privacy Comparator LoRA 3 months ago
  • stats.json
    543 Bytes
    Initial release: Privacy Comparator LoRA 3 months ago
  • train_config.json
    1.73 kB
    Initial release: Privacy Comparator LoRA 3 months ago