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

ichetandhembre
/
Qwen3-4B-Instruct-2507-PII-SFT-LoRA

PEFT
Safetensors
lora
pii
pii-masking
qwen3
Model card Files Files and versions
xet
Community

Instructions to use ichetandhembre/Qwen3-4B-Instruct-2507-PII-SFT-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ichetandhembre/Qwen3-4B-Instruct-2507-PII-SFT-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Instruct-2507")
    model = PeftModel.from_pretrained(base_model, "ichetandhembre/Qwen3-4B-Instruct-2507-PII-SFT-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-4B-Instruct-2507-PII-SFT-LoRA
77.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ichetandhembre's picture
ichetandhembre
Update README.md
5e6f84b verified 2 months ago
  • .gitattributes
    1.57 kB
    Add PII-masking SFT LoRA adapter (rank-8, extracted) + model card 2 months ago
  • README.md
    3.02 kB
    Update README.md 2 months ago
  • adapter_config.json
    1.1 kB
    Add PII-masking SFT LoRA adapter (rank-8, extracted) + model card 2 months ago
  • adapter_model.safetensors
    66.1 MB
    xet
    Add PII-masking SFT LoRA adapter (rank-8, extracted) + model card 2 months ago
  • chat_template.jinja
    2.63 kB
    Add PII-masking SFT LoRA adapter (rank-8, extracted) + model card 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Add PII-masking SFT LoRA adapter (rank-8, extracted) + model card 2 months ago
  • tokenizer_config.json
    694 Bytes
    Add PII-masking SFT LoRA adapter (rank-8, extracted) + model card 2 months ago