strip model-pinning from sknpack READMEs
Removes hardcoded "Qwen3.5-27B teacher" reference from oghma-sknpack and mod-to-sknpack READMEs; replaces with "the teacher model" so the docs survive cortex/teacher rotation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -149,7 +149,7 @@ Examples for Legacy of the Dragonborn:
|
|||||||
iris-dev, then `export_packs.py`-style exporter) or straight to
|
iris-dev, then `export_packs.py`-style exporter) or straight to
|
||||||
`.sknpack` from the JSONL (simpler, no RAG search over mod content).
|
`.sknpack` from the JSONL (simpler, no RAG search over mod content).
|
||||||
- Whether to generate two importance tiers per topic by running an LLM
|
- Whether to generate two importance tiers per topic by running an LLM
|
||||||
summarization step (Qwen3.5-27B on theia was flagged for Oghma Phase 2).
|
summarization step (a teacher model on theia was flagged for Oghma Phase 2).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ SkyrimNet beta `format_version: 1`. See exporter source for the full envelope:
|
|||||||
|
|
||||||
## Phase 2 (not yet shipped)
|
## Phase 2 (not yet shipped)
|
||||||
|
|
||||||
The `tags: []` and `condition_expr: ""` fields are intentionally empty — Phase 1 exports the raw knowledge with safe defaults. Phase 2 will use the Qwen3.5-27B teacher on theia to enrich each entry with tags (spell-school, armor-class, faction-affinity) and conditional expressions (quest-gated visibility). Phase 2 will bump pack `version` from `1.0.0` → `1.1.0`.
|
The `tags: []` and `condition_expr: ""` fields are intentionally empty — Phase 1 exports the raw knowledge with safe defaults. Phase 2 will use a teacher model on theia to enrich each entry with tags (spell-school, armor-class, faction-affinity) and conditional expressions (quest-gated visibility). Phase 2 will bump pack `version` from `1.0.0` → `1.1.0`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user