| Component | Weight | Description |
|---|---|---|
| manifest_completeness | 0.20 | format_version, header, uuid, version validation |
| structure_building | 0.20 | JSON structure, module types |
| api_correctness | 0.20 | @minecraft/server API usage |
| js_syntax | 0.20 | JavaScript syntax validity |
| self_reflection | 0.20 | Correction pattern detection |
1from transformers import AutoModelForCausalLM
2
3model = AutoModelForCausalLM.from_pretrained("alexchapin/portkit-coder-8b-grpo7")