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:
chrysalis
2026-05-04 18:23:52 +02:00
parent 47eb61775d
commit 2cb32029a6
2 changed files with 2 additions and 2 deletions

View File

@@ -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).
--- ---

View File

@@ -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`.
--- ---