mirror of
https://github.com/wassname/GENIES.git
synced 2026-06-27 16:10:25 +08:00
7 lines
254 B
Bash
7 lines
254 B
Bash
|
|
python src/api/evaluate.py \
|
|
--model_dir models/lora_fine_tune/pythia-410m-alpaca_mmlu \
|
|
--intervention_dir src/interventions/lora_fine_tune \
|
|
--distributions '["distributions/alpaca_mmlu"]' \
|
|
--use_cached False \
|
|
--eval_kwargs '{"max_examples": 100}' \ |