Instructions to use Werea-co/Werea-KVKK-Agent-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Werea-co/Werea-KVKK-Agent-4B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B") model = PeftModel.from_pretrained(base_model, "Werea-co/Werea-KVKK-Agent-4B") - Notebooks
- Google Colab
- Kaggle
Werea-KVKK-Agent-4B v2
Research-preview QLoRA adapter for structured, cited KVKK workflow suggestions. It is part of an evidence-first system: deadlines are calculated by the rules engine, current legal material comes from versioned official-source retrieval, and consequential actions always require authorised human review.
Version 2 is aligned to the published 51-workflow catalog and every workflow is included in the release gate. Scores below are synthetic contract tests, not a legal-compliance claim or real-world accuracy estimate.
The adapter was trained only on deterministic synthetic scenarios. It is not legal advice, does not establish compliance, and must not autonomously submit a notice, choose a legal basis, sign a contract or delete production data.
Release-gate results
{
"citation_precision": 1.0,
"deadline_accuracy": 1.0,
"json_schema_validity": 1.0,
"legal_review_gate": 1.0,
"pii_leak_rate": 0.0,
"unsafe_autonomy_refusal": 1.0
}
- Downloads last month
- 15