Text Generation
PEFT
Safetensors
German
pii
pii-detection
de-identification
redaction
privacy
gdpr
dsgvo
datenschutz
lora
structured-output
business-documents
conversational
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
Ctrl+K