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

renezander030
/
qwen-2.5-1.5b-de-pii-redactor

Text Generation
PEFT
Safetensors
German
pii
pii-detection
de-identification
redaction
privacy
gdpr
dsgvo
datenschutz
lora
structured-output
business-documents
conversational
Model card Files Files and versions
xet
Community

Instructions to use renezander030/qwen-2.5-1.5b-de-pii-redactor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use renezander030/qwen-2.5-1.5b-de-pii-redactor with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
    model = PeftModel.from_pretrained(base_model, "renezander030/qwen-2.5-1.5b-de-pii-redactor")
  • Notebooks
  • Google Colab
  • Kaggle
qwen-2.5-1.5b-de-pii-redactor
159 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
renezander030's picture
renezander030
Update README.md
ec5536a verified about 2 months ago
  • .gitattributes
    1.57 kB
    Initial LoRA adapter + model card (de-pii-redactor v1) 4 months ago
  • README.md
    10.6 kB
    Update README.md about 2 months ago
  • adapter_config.json
    1.11 kB
    Initial LoRA adapter + model card (de-pii-redactor v1) 4 months ago
  • adapter_model.safetensors
    148 MB
    xet
    Initial LoRA adapter + model card (de-pii-redactor v1) 4 months ago
  • chat_template.jinja
    2.51 kB
    Initial LoRA adapter + model card (de-pii-redactor v1) 4 months ago
  • metrics.json
    16 kB
    Initial LoRA adapter + model card (de-pii-redactor v1) 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    Initial LoRA adapter + model card (de-pii-redactor v1) 4 months ago
  • tokenizer_config.json
    665 Bytes
    Initial LoRA adapter + model card (de-pii-redactor v1) 4 months ago
  • training_args.bin

    Detected Pickle imports (10)

    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SaveStrategy",
    • "transformers.training_args.OptimizerNames",
    • "trl.trainer.sft_config.SFTConfig",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    5.24 kB
    xet
    Initial LoRA adapter + model card (de-pii-redactor v1) 4 months ago