Views
No views yet
| Metric | Value |
|---|---|
| exact_match | 0.818 |
| pii_count_match | 0.838 |
| format_compliance | 1.000 |
| mean_reward (normalized) | 0.836 |
| raw reward | 1.337 / 1.6 |
1from transformers import pipeline
2
3pipe = pipeline("text-generation", model="ichetandhembre/Qwen3-4B-Instruct-2507-PII-RL")
4result = pipe([
5 {"role": "system", "content": SYSTEM_PROMPT},
6 {"role": "user", "content": "Call John Smith at 555-123-4567"},
7], max_new_tokens=256)[PII] tags, return output in <masked_output>...</masked_output> XML tags.