backup materials and knowledge-base docs

This commit is contained in:
admin
2026-05-30 16:22:29 +08:00
commit 93e50e8fce
3024 changed files with 2994945 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Figure Interpretation in Results Reports
A results report should not dump figures.
For each major figure, write four blocks:
- **Why this figure exists**
- **What to notice**
- **What interpretation is supported**
- **What this changes in the project decision**
## Example micro-structure
### Figure X
- Purpose: compare adapter vs freezing under the same transfer setting.
- Observation: adapter improves mean WER and reduces variance.
- Interpretation: subject-specific adaptation likely resolves part of the transfer mismatch.
- Decision implication: prioritize adapter ablations before expanding frozen-only variants.