Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
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