python run_pipeline.py --yaml_config llama31_big.yaml && python run_pipeline.py --attribution_system prompt_based --yaml_config llama31_big.yaml && python run_pipeline.py --attribution_system gradient_based --yaml_config llama31_big.yaml && python run_pipeline.py --yaml_config llama31_big_best.yaml --output_path attribution_results_best && python run_pipeline.py --yaml_config llama31_big_smoothing.yaml --output_path attribution_results_smoothing && python run_pipeline.py --yaml_config llama31_big_thresholding.yaml --output_path attribution_results_thresholding
python run_pipeline.py --yaml_config llama31_smol.yaml && python run_pipeline.py --attribution_system prompt_based --yaml_config llama31_smol.yaml && python run_pipeline.py --attribution_system gradient_based --yaml_config llama31_smol.yaml && python run_pipeline.py --yaml_config llama31_smol_best.yaml --output_path attribution_results_best && python run_pipeline.py --yaml_config llama31_smol_smoothing.yaml --output_path attribution_results_smoothing && python run_pipeline.py --yaml_config llama31_smol_thresholding.yaml --output_path attribution_results_thresholding
python run_pipeline.py && python run_pipeline.py --attribution_system prompt_based && python run_pipeline.py --attribution_system gradient_based && python run_pipeline.py --yaml_config best.yaml --output_path attribution_results_best && python run_pipeline.py --yaml_config smoothing.yaml --output_path attribution_results_smoothing && python run_pipeline.py --yaml_config thresholding.yaml --output_path attribution_results_thresholding