Permalink
Cannot retrieve contributors at this time
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?
saliency-based-citation/COMMANDS.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6 lines (3 sloc)
1.54 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |