doc-to-lora/scripts/niah/README.md

8 lines
219 B
Markdown
Raw Normal View History

2026-02-27 03:47:04 +00:00
# NIAH experiment
```bash
# run the scripts in this order
# data generation is only needed to be run once
uv run bash scripts/niah/0-gen_data.sh
uv run bash scripts/niah/1-train.sh
uv run bash scripts/niah/2-eval.sh
```