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/dataset_info.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 collaborativeagents/training/dataset_info.json (limited to 'collaborativeagents/training/dataset_info.json') diff --git a/collaborativeagents/training/dataset_info.json b/collaborativeagents/training/dataset_info.json new file mode 100644 index 0000000..9541c45 --- /dev/null +++ b/collaborativeagents/training/dataset_info.json @@ -0,0 +1,15 @@ +{ + "sft_reflection": { + "file_name": "training_data/sft_training_data.json", + "formatting": "sharegpt", + "columns": { + "messages": "messages" + }, + "tags": { + "role_tag": "role", + "content_tag": "content", + "user_tag": "user", + "assistant_tag": "assistant" + } + } +} -- cgit v1.2.3