mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-04-25 16:16:23 +02:00
8 lines
No EOL
219 B
Markdown
8 lines
No EOL
219 B
Markdown
# 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
|
|
``` |