| Component | Weight | Description |
|---|---|---|
| manifest | 0.10 | UUID v4, version array, module type validation |
| real_api | 0.25 | Event subscription + API chain depth |
| anti_hallucination | 0.25 | Hallucination penalties (shifted to 0.5-1.0) |
| concise | 0.15 | Output length optimization |
| code_bleu | 0.25 | Token overlap in code blocks |
1from transformers import AutoModelForCausalLM
2
3model = AutoModelForCausalLM.from_pretrained("alexchapin/portkit-coder-8b-grpo8")