From dc801c07cf38b0c495686463e6ca6f871a64440e Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 27 Jan 2026 09:57:37 -0600 Subject: Add collaborativeagents module and update gitignore - Add collaborativeagents subproject with adapters, agents, and evaluation modules - Update .gitignore to exclude large binary files (.whl, .tar), wandb logs, and results Co-Authored-By: Claude Opus 4.5 --- collaborativeagents/training/training_script.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 collaborativeagents/training/training_script.sh (limited to 'collaborativeagents/training/training_script.sh') diff --git a/collaborativeagents/training/training_script.sh b/collaborativeagents/training/training_script.sh new file mode 100644 index 0000000..36e36c4 --- /dev/null +++ b/collaborativeagents/training/training_script.sh @@ -0,0 +1,9 @@ +# Step 1 +# - Add dataset to dataset_info.json + +cd /shared/storage-01/users/mehri2/LLaMA-Factory + +# Step 2: Train the model +llamafactory-cli train /shared/storage-01/users/mehri2/LLaMA-Factory/examples/train_full/collaborative_agent/llama3_full_sft_session_level_reflection.yaml >> train_llama3.out 2>&1 + +llamafactory-cli train /shared/storage-01/users/mehri2/LLaMA-Factory/examples/train_full/collaborative_agent/qwen2.5_full_sft_session_level_reflection.yaml >> train_qwen2.5.out 2>&1 -- cgit v1.2.3