mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
3 lines
269 B
Bash
Executable file
3 lines
269 B
Bash
Executable file
for rate in 0.9 0.8 0.6 0.4 0.2 0.1; do
|
|
WANDB_MODE=disabled uv run run_eval.py --model_name_or_path google/gemma-2-2b-it --datasets oolong-synth --split test --eval_batch_size_gen=1 --use_llmlingua --llmlingua_compression_rate "$rate" --truncate_if_too_long_ctx
|
|
done
|