Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Code Refactor] Large Updates Since Aug (#293)
* update black format * update keep symbol logic and revert changes made to self.images * update * update mean/var for idefics model * update * stash changes to merge * Revert "Merge branch 'dev/idefics' of https://github.com/Luodian/Otter-2 into dev/idefics" This reverts commit 5947cfb998c3d6b7752fae01718b3ed06a89fcd3, reversing changes made to 8caad9c9afd08f63ddefc8a9a509bc83bdc92024. * update * update * add more images to test * update flamingo's logic to handle freeze and unfreeze params * add to flamingo training * update * Conflicts: pipeline/train/instruction_following.py src/otter_ai/models/flamingo/modeling_flamingo.py * add handling logic for text-only data * update populate args * update llama2 model * add task description via data recipe yaml * black lint update * update with black lint * fix bug * update special tokens and lm_head * add tokenizer saving behavior * update * add controller for resize embeddnig * update * change codellama prompt strategy * make mosaicgpt work * hardcode for sort inconsistent data * update * blank lint * refactor preprocessing logic * update * clean * fix some bugs * update with more evals * masking for single * masking media_token_id * fix * fix missing eos * add git ignore for config * new_masking * new_masking * new_masking * update config * clean_mask_functions * put new scripts and data yaml * fix masking issues for idefics * black lint * change_labels_init * change_labels_init * allow multiple task descriptions * lint * black lint * typo fix * prevalidation in dataloading * fix slurm config * fix slurm config * update * updates * black lint * explicitly assign constant scheduler * eval update * black lint * benchmark eval updates * update * update logging with wandb * update wandb logging * [Eval] MMVet Eval (#18) * prepare dataset * MME * add mmvet dataset * git ignore * MMVet * lint * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler --------- Co-authored-by: Li Bo <[email protected]> * seedbench_eval (#19) * seedbench_eval * update seedbench eval for idefics * update --------- Co-authored-by: Li Bo <[email protected]> * Dev/refactor (#20) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update --------- Co-authored-by: Joshua Adrian Cahyono <[email protected]> * resolve idefics for seedbench eval * prepare * fix mme * update mme saving logic * Dev/mathvista (#21) * for mathvista * add time info * black lint code * update * update test config * stage updates * update mathvista eval * update mathvista * better format prompt * fix bug in mme eval * update naming rule * update output path * Dev/train (#22) * Merge commit '2d29a417d9e96251be33edda0b0637647882c31b' * Conflicts: pipeline/mimicit_utils/mimicit_dataset.py * update mpt config * fix training padding * update fix * Squashed commit of the following: commit e4f1ec3b287c026a6212a88316d7341883195294 Author: Li Bo <[email protected]> Date: Tue Oct 10 13:47:47 2023 +0000 update output path commit 1a8e12bfa21697188eaa7a4ed6169223e0f92258 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:23:02 2023 +0000 update naming rule commit 537d239e3b4109c552a94b80a7bde3bb8a7b107d Author: Li Bo <[email protected]> Date: Tue Oct 10 09:10:47 2023 +0000 fix bug in mme eval commit 0c7eacb6ebef4d55187d67b06c88cd504ef17dbd Author: Li Bo <[email protected]> Date: Tue Oct 10 14:36:55 2023 +0800 Dev/mathvista (#21) * for mathvista * add time info * black lint code * update * update test config * stage updates * update mathvista eval * update mathvista * better format prompt commit c07f73f6c868444fd784e5844134dc0cccaa566d Author: Li Bo <[email protected]> Date: Tue Oct 10 06:33:08 2023 +0000 update mme saving logic commit dce1b0f30a390ace45bcf579d93764847848ee51 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:28:29 2023 +0000 fix mme commit b970f617bea2b418cf726a50b4cd008dc7eb4907 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:11:03 2023 +0000 prepare commit 33e6cb0f0212ed845ca17956743926b4d53ec0f3 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:09:57 2023 +0000 resolve idefics for seedbench eval commit fc2a87bc853a34ce8bfb16b7f6a504a1d63af0e5 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:19:06 2023 +0800 Dev/refactor (#20) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update --------- Co-authored-by: Joshua Adrian Cahyono <[email protected]> commit edb2440eec77c6c07ed5457a1251e567e57b88f2 Author: JvThunder <[email protected]> Date: Tue Oct 10 02:42:27 2023 +0800 seedbench_eval (#19) * seedbench_eval * update seedbench eval for idefics * update --------- Co-authored-by: Li Bo <[email protected]> commit 39264fc8f0781057de820c122f31fc60ac2f301f Author: Pu Fanyi <[email protected]> Date: Mon Oct 9 20:08:29 2023 +0800 [Eval] MMVet Eval (#18) * prepare dataset * MME * add mmvet dataset * git ignore * MMVet * lint * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler --------- Co-authored-by: Li Bo <[email protected]> commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update * fix video training * also train vision encoder * idefics full finetune * fix images input for idefics model * [evaluation] Fix mmvet output (#23) * fix mmvet * lint * hardcode enabling flash * better design for idefics model to integrate multi-types data * black lint * generate results.json for seedbench (#24) * mathvista * update configs and demo evals * migrate * Dev/refactor (#26) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update * make_submission_seedbench * pope_eval * update_pope_eval * update_pope * black linta --------- Co-authored-by: Li Bo <[email protected]> * idefics bath gen * [Eval] (#27) * Merge commit '2d29a417d9e96251be33edda0b0637647882c31b' * Conflicts: pipeline/mimicit_utils/mimicit_dataset.py * update mpt config * fix training padding * update fix * Squashed commit of the following: commit e4f1ec3b287c026a6212a88316d7341883195294 Author: Li Bo <[email protected]> Date: Tue Oct 10 13:47:47 2023 +0000 update output path commit 1a8e12bfa21697188eaa7a4ed6169223e0f92258 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:23:02 2023 +0000 update naming rule commit 537d239e3b4109c552a94b80a7bde3bb8a7b107d Author: Li Bo <[email protected]> Date: Tue Oct 10 09:10:47 2023 +0000 fix bug in mme eval commit 0c7eacb6ebef4d55187d67b06c88cd504ef17dbd Author: Li Bo <[email protected]> Date: Tue Oct 10 14:36:55 2023 +0800 Dev/mathvista (#21) * for mathvista * add time info * black lint code * update * update test config * stage updates * update mathvista eval * update mathvista * better format prompt commit c07f73f6c868444fd784e5844134dc0cccaa566d Author: Li Bo <[email protected]> Date: Tue Oct 10 06:33:08 2023 +0000 update mme saving logic commit dce1b0f30a390ace45bcf579d93764847848ee51 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:28:29 2023 +0000 fix mme commit b970f617bea2b418cf726a50b4cd008dc7eb4907 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:11:03 2023 +0000 prepare commit 33e6cb0f0212ed845ca17956743926b4d53ec0f3 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:09:57 2023 +0000 resolve idefics for seedbench eval commit fc2a87bc853a34ce8bfb16b7f6a504a1d63af0e5 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:19:06 2023 +0800 Dev/refactor (#20) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update --------- Co-authored-by: Joshua Adrian Cahyono <[email protected]> commit edb2440eec77c6c07ed5457a1251e567e57b88f2 Author: JvThunder <[email protected]> Date: Tue Oct 10 02:42:27 2023 +0800 seedbench_eval (#19) * seedbench_eval * update seedbench eval for idefics * update --------- Co-authored-by: Li Bo <[email protected]> commit 39264fc8f0781057de820c122f31fc60ac2f301f Author: Pu Fanyi <[email protected]> Date: Mon Oct 9 20:08:29 2023 +0800 [Eval] MMVet Eval (#18) * prepare dataset * MME * add mmvet dataset * git ignore * MMVet * lint * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler --------- Co-authored-by: Li Bo <[email protected]> commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update * migrates * Squashed commit of the following: commit 52bacca3d858d2ac32f44f8b1619ce5064ae1a28 Author: Li Bo <[email protected]> Date: Thu Oct 12 10:44:46 2023 +0000 update configs and demo evals commit a41247d193b3ca0967c38d0b3b11e2a04ebf9ca7 Merge: 9ff5957 34b70f8 Author: Li Bo <[email protected]> Date: Thu Oct 12 10:02:24 2023 +0000 Merge branch 'main_dev' of https://github.com/Luodian/Otter-2 into main_dev commit 9ff5957c01349e58b60154f469ae3ee6c8c30555 Author: Li Bo <[email protected]> Date: Thu Oct 12 08:52:22 2023 +0000 mathvista commit 34b70f8068cfd5fbdc36980e6ac5215942849723 Author: Pu Fanyi <[email protected]> Date: Thu Oct 12 15:56:08 2023 +0800 generate results.json for seedbench (#24) commit 19fdf40a3f0cd05551f482f9834e38f9210256a3 Author: Li Bo <[email protected]> Date: Thu Oct 12 02:04:38 2023 +0000 black lint commit 01d56cec48f65307ed33e2a2dbd853717464e51f Author: Li Bo <[email protected]> Date: Thu Oct 12 02:02:52 2023 +0000 better design for idefics model to integrate multi-types data commit 1a0972e6cc283af4099f0c85d907c3ec61a36224 Author: Li Bo <[email protected]> Date: Wed Oct 11 18:28:19 2023 +0000 hardcode enabling flash commit cf11867f2bb1a7c50c863eb2b438a588acf4f733 Author: Pu Fanyi <[email protected]> Date: Thu Oct 12 00:55:23 2023 +0800 [evaluation] Fix mmvet output (#23) * fix mmvet * lint commit 54362e9de5c0ead2d622544dea8802fd62db19ce Author: Li Bo <[email protected]> Date: Wed Oct 11 07:47:32 2023 +0000 fix images input for idefics model commit 96e467c0480cca1abd86ac723f8b33260c49b1a1 Author: Bo Li <[email protected]> Date: Wed Oct 11 15:20:04 2023 +0800 idefics full finetune commit 11be13deb2c5e57b392d289670237714cdb5b012 Author: Bo Li <[email protected]> Date: Wed Oct 11 13:22:32 2023 +0800 also train vision encoder commit 3dfcf3e9a468897d1a251163d13a4a5de7542a64 Author: Li Bo <[email protected]> Date: Tue Oct 10 14:13:40 2023 +0000 fix video training commit b8a086bcbe43e5debd85fab2db11610df513558f Author: Li Bo <[email protected]> Date: Tue Oct 10 21:53:29 2023 +0800 Dev/train (#22) * Merge commit '2d29a417d9e96251be33edda0b0637647882c31b' * Conflicts: pipeline/mimicit_utils/mimicit_dataset.py * update mpt config * fix training padding * update fix * Squashed commit of the following: commit e4f1ec3b287c026a6212a88316d7341883195294 Author: Li Bo <[email protected]> Date: Tue Oct 10 13:47:47 2023 +0000 update output path commit 1a8e12bfa21697188eaa7a4ed6169223e0f92258 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:23:02 2023 +0000 update naming rule commit 537d239e3b4109c552a94b80a7bde3bb8a7b107d Author: Li Bo <[email protected]> Date: Tue Oct 10 09:10:47 2023 +0000 fix bug in mme eval commit 0c7eacb6ebef4d55187d67b06c88cd504ef17dbd Author: Li Bo <[email protected]> Date: Tue Oct 10 14:36:55 2023 +0800 Dev/mathvista (#21) * for mathvista * add time info * black lint code * update * update test config * stage updates * update mathvista eval * update mathvista * better format prompt commit c07f73f6c868444fd784e5844134dc0cccaa566d Author: Li Bo <[email protected]> Date: Tue Oct 10 06:33:08 2023 +0000 update mme saving logic commit dce1b0f30a390ace45bcf579d93764847848ee51 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:28:29 2023 +0000 fix mme commit b970f617bea2b418cf726a50b4cd008dc7eb4907 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:11:03 2023 +0000 prepare commit 33e6cb0f0212ed845ca17956743926b4d53ec0f3 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:09:57 2023 +0000 resolve idefics for seedbench eval commit fc2a87bc853a34ce8bfb16b7f6a504a1d63af0e5 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:19:06 2023 +0800 Dev/refactor (#20) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update --------- Co-authored-by: Joshua Adrian Cahyono <[email protected]> commit edb2440eec77c6c07ed5457a1251e567e57b88f2 Author: JvThunder <[email protected]> Date: Tue Oct 10 02:42:27 2023 +0800 seedbench_eval (#19) * seedbench_eval * update seedbench eval for idefics * update --------- Co-authored-by: Li Bo <[email protected]> commit 39264fc8f0781057de820c122f31fc60ac2f301f Author: Pu Fanyi <[email protected]> Date: Mon Oct 9 20:08:29 2023 +0800 [Eval] MMVet Eval (#18) * prepare dataset * MME * add mmvet dataset * git ignore * MMVet * lint * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler --------- Co-authored-by: Li Bo <[email protected]> commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update * update * Squashed commit of the following: commit 94177061ff29e8c395ae63d408f64297cfa09211 Author: JvThunder <[email protected]> Date: Fri Oct 13 11:42:56 2023 +0800 Dev/refactor (#26) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update * make_submission_seedbench * pope_eval * update_pope_eval * update_pope * black linta --------- Co-authored-by: Li Bo <[email protected]> commit 52bacca3d858d2ac32f44f8b1619ce5064ae1a28 Author: Li Bo <[email protected]> Date: Thu Oct 12 10:44:46 2023 +0000 update configs and demo evals commit a41247d193b3ca0967c38d0b3b11e2a04ebf9ca7 Merge: 9ff5957 34b70f8 Author: Li Bo <[email protected]> Date: Thu Oct 12 10:02:24 2023 +0000 Merge branch 'main_dev' of https://github.com/Luodian/Otter-2 into main_dev commit 9ff5957c01349e58b60154f469ae3ee6c8c30555 Author: Li Bo <[email protected]> Date: Thu Oct 12 08:52:22 2023 +0000 mathvista commit 34b70f8068cfd5fbdc36980e6ac5215942849723 Author: Pu Fanyi <[email protected]> Date: Thu Oct 12 15:56:08 2023 +0800 generate results.json for seedbench (#24) commit 19fdf40a3f0cd05551f482f9834e38f9210256a3 Author: Li Bo <[email protected]> Date: Thu Oct 12 02:04:38 2023 +0000 black lint commit 01d56cec48f65307ed33e2a2dbd853717464e51f Author: Li Bo <[email protected]> Date: Thu Oct 12 02:02:52 2023 +0000 better design for idefics model to integrate multi-types data commit 1a0972e6cc283af4099f0c85d907c3ec61a36224 Author: Li Bo <[email protected]> Date: Wed Oct 11 18:28:19 2023 +0000 hardcode enabling flash commit cf11867f2bb1a7c50c863eb2b438a588acf4f733 Author: Pu Fanyi <[email protected]> Date: Thu Oct 12 00:55:23 2023 +0800 [evaluation] Fix mmvet output (#23) * fix mmvet * lint commit 54362e9de5c0ead2d622544dea8802fd62db19ce Author: Li Bo <[email protected]> Date: Wed Oct 11 07:47:32 2023 +0000 fix images input for idefics model commit 96e467c0480cca1abd86ac723f8b33260c49b1a1 Author: Bo Li <[email protected]> Date: Wed Oct 11 15:20:04 2023 +0800 idefics full finetune commit 11be13deb2c5e57b392d289670237714cdb5b012 Author: Bo Li <[email protected]> Date: Wed Oct 11 13:22:32 2023 +0800 also train vision encoder commit 3dfcf3e9a468897d1a251163d13a4a5de7542a64 Author: Li Bo <[email protected]> Date: Tue Oct 10 14:13:40 2023 +0000 fix video training commit b8a086bcbe43e5debd85fab2db11610df513558f Author: Li Bo <[email protected]> Date: Tue Oct 10 21:53:29 2023 +0800 Dev/train (#22) * Merge commit '2d29a417d9e96251be33edda0b0637647882c31b' * Conflicts: pipeline/mimicit_utils/mimicit_dataset.py * update mpt config * fix training padding * update fix * Squashed commit of the following: commit e4f1ec3b287c026a6212a88316d7341883195294 Author: Li Bo <[email protected]> Date: Tue Oct 10 13:47:47 2023 +0000 update output path commit 1a8e12bfa21697188eaa7a4ed6169223e0f92258 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:23:02 2023 +0000 update naming rule commit 537d239e3b4109c552a94b80a7bde3bb8a7b107d Author: Li Bo <[email protected]> Date: Tue Oct 10 09:10:47 2023 +0000 fix bug in mme eval commit 0c7eacb6ebef4d55187d67b06c88cd504ef17dbd Author: Li Bo <[email protected]> Date: Tue Oct 10 14:36:55 2023 +0800 Dev/mathvista (#21) * for mathvista * add time info * black lint code * update * update test config * stage updates * update mathvista eval * update mathvista * better format prompt commit c07f73f6c868444fd784e5844134dc0cccaa566d Author: Li Bo <[email protected]> Date: Tue Oct 10 06:33:08 2023 +0000 update mme saving logic commit dce1b0f30a390ace45bcf579d93764847848ee51 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:28:29 2023 +0000 fix mme commit b970f617bea2b418cf726a50b4cd008dc7eb4907 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:11:03 2023 +0000 prepare commit 33e6cb0f0212ed845ca17956743926b4d53ec0f3 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:09:57 2023 +0000 resolve idefics for seedbench eval commit fc2a87bc853a34ce8bfb16b7f6a504a1d63af0e5 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:19:06 2023 +0800 Dev/refactor (#20) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update --------- Co-authored-by: Joshua Adrian Cahyono <[email protected]> commit edb2440eec77c6c07ed5457a1251e567e57b88f2 Author: JvThunder <[email protected]> Date: Tue Oct 10 02:42:27 2023 +0800 seedbench_eval (#19) * seedbench_eval * update seedbench eval for idefics * update --------- Co-authored-by: Li Bo <[email protected]> commit 39264fc8f0781057de820c122f31fc60ac2f301f Author: Pu Fanyi <[email protected]> Date: Mon Oct 9 20:08:29 2023 +0800 [Eval] MMVet Eval (#18) * prepare dataset * MME * add mmvet dataset * git ignore * MMVet * lint * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler --------- Co-authored-by: Li Bo <[email protected]> commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update * update saved dir * prompt fix * avoid divide zero error * visible response * Make otter public dataset runnable * Make otter public dataset runnable * lint * format instructions * format instructions * Squashed commit of the following: commit 6baf46d1041680a3e39058a661aebd7752f3e647 Author: Fanyi Pu <[email protected]> Date: Fri Oct 13 18:13:42 2023 +0800 lint commit 29f9835babc40642c887c57812aa9ed86d03a301 Author: Fanyi Pu <[email protected]> Date: Fri Oct 13 18:12:31 2023 +0800 idefics batch generator commit f5a4905c4bd072808c79354696a02191aed212aa Author: Fanyi Pu <[email protected]> Date: Fri Oct 13 17:05:40 2023 +0800 add idefics class commit d99f61f3b585909899fdb07f33bbf1e2af674e35 Author: Fanyi Pu <[email protected]> Date: Fri Oct 13 13:21:49 2023 +0800 Squashed commit of the following: commit a65945c57cdb8156eb16c17081f6a162ce950993 Author: Li Bo <[email protected]> Date: Fri Oct 13 04:36:44 2023 +0000 avoid divide zero error commit 74143e50677a85d37fb4f8430aa84f02b3184092 Merge: 2dd2d17 7b88300 Author: Li Bo <[email protected]> Date: Fri Oct 13 04:21:07 2023 +0000 Merge branch 'dev/train' of https://github.com/Luodian/Otter-2 into dev/train commit 2dd2d1788934b15d4de01377c59ebefa15182cc1 Author: Li Bo <[email protected]> Date: Fri Oct 13 04:21:05 2023 +0000 prompt fix commit 7b883005a874edac7819ea23797d416ebac5b22b Merge: 7d3a713 9417706 Author: Li Bo <[email protected]> Date: Fri Oct 13 12:18:02 2023 +0800 Merge branch 'main_dev' into dev/train commit 7d3a713ce0816dddae094287d926a24b361a79a1 Author: Li Bo <[email protected]> Date: Fri Oct 13 04:15:36 2023 +0000 update saved dir commit 36bfb402a0aecfeed0fe9699f091bdd0eb198a6a Author: Li Bo <[email protected]> Date: Fri Oct 13 03:43:07 2023 +0000 Squashed commit of the following: commit 94177061ff29e8c395ae63d408f64297cfa09211 Author: JvThunder <[email protected]> Date: Fri Oct 13 11:42:56 2023 +0800 Dev/refactor (#26) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update * make_submission_seedbench * pope_eval * update_pope_eval * update_pope * black linta --------- Co-authored-by: Li Bo <[email protected]> commit 52bacca3d858d2ac32f44f8b1619ce5064ae1a28 Author: Li Bo <[email protected]> Date: Thu Oct 12 10:44:46 2023 +0000 update configs and demo evals commit a41247d193b3ca0967c38d0b3b11e2a04ebf9ca7 Merge: 9ff5957 34b70f8 Author: Li Bo <[email protected]> Date: Thu Oct 12 10:02:24 2023 +0000 Merge branch 'main_dev' of https://github.com/Luodian/Otter-2 into main_dev commit 9ff5957c01349e58b60154f469ae3ee6c8c30555 Author: Li Bo <[email protected]> Date: Thu Oct 12 08:52:22 2023 +0000 mathvista commit 34b70f8068cfd5fbdc36980e6ac5215942849723 Author: Pu Fanyi <[email protected]> Date: Thu Oct 12 15:56:08 2023 +0800 generate results.json for seedbench (#24) commit 19fdf40a3f0cd05551f482f9834e38f9210256a3 Author: Li Bo <[email protected]> Date: Thu Oct 12 02:04:38 2023 +0000 black lint commit 01d56cec48f65307ed33e2a2dbd853717464e51f Author: Li Bo <[email protected]> Date: Thu Oct 12 02:02:52 2023 +0000 better design for idefics model to integrate multi-types data commit 1a0972e6cc283af4099f0c85d907c3ec61a36224 Author: Li Bo <[email protected]> Date: Wed Oct 11 18:28:19 2023 +0000 hardcode enabling flash commit cf11867f2bb1a7c50c863eb2b438a588acf4f733 Author: Pu Fanyi <[email protected]> Date: Thu Oct 12 00:55:23 2023 +0800 [evaluation] Fix mmvet output (#23) * fix mmvet * lint commit 54362e9de5c0ead2d622544dea8802fd62db19ce Author: Li Bo <[email protected]> Date: Wed Oct 11 07:47:32 2023 +0000 fix images input for idefics model commit 96e467c0480cca1abd86ac723f8b33260c49b1a1 Author: Bo Li <[email protected]> Date: Wed Oct 11 15:20:04 2023 +0800 idefics full finetune commit 11be13deb2c5e57b392d289670237714cdb5b012 Author: Bo Li <[email protected]> Date: Wed Oct 11 13:22:32 2023 +0800 also train vision encoder commit 3dfcf3e9a468897d1a251163d13a4a5de7542a64 Author: Li Bo <[email protected]> Date: Tue Oct 10 14:13:40 2023 +0000 fix video training commit b8a086bcbe43e5debd85fab2db11610df513558f Author: Li Bo <[email protected]> Date: Tue Oct 10 21:53:29 2023 +0800 Dev/train (#22) * Merge commit '2d29a417d9e96251be33edda0b0637647882c31b' * Conflicts: pipeline/mimicit_utils/mimicit_dataset.py * update mpt config * fix training padding * update fix * Squashed commit of the following: commit e4f1ec3b287c026a6212a88316d7341883195294 Author: Li Bo <[email protected]> Date: Tue Oct 10 13:47:47 2023 +0000 update output path commit 1a8e12bfa21697188eaa7a4ed6169223e0f92258 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:23:02 2023 +0000 update naming rule commit 537d239e3b4109c552a94b80a7bde3bb8a7b107d Author: Li Bo <[email protected]> Date: Tue Oct 10 09:10:47 2023 +0000 fix bug in mme eval commit 0c7eacb6ebef4d55187d67b06c88cd504ef17dbd Author: Li Bo <[email protected]> Date: Tue Oct 10 14:36:55 2023 +0800 Dev/mathvista (#21) * for mathvista * add time info * black lint code * update * update test config * stage updates * update mathvista eval * update mathvista * better format prompt commit c07f73f6c868444fd784e5844134dc0cccaa566d Author: Li Bo <[email protected]> Date: Tue Oct 10 06:33:08 2023 +0000 update mme saving logic commit dce1b0f30a390ace45bcf579d93764847848ee51 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:28:29 2023 +0000 fix mme commit b970f617bea2b418cf726a50b4cd008dc7eb4907 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:11:03 2023 +0000 prepare commit 33e6cb0f0212ed845ca17956743926b4d53ec0f3 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:09:57 2023 +0000 resolve idefics for seedbench eval commit fc2a87bc853a34ce8bfb16b7f6a504a1d63af0e5 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:19:06 2023 +0800 Dev/refactor (#20) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update --------- Co-authored-by: Joshua Adrian Cahyono <[email protected]> commit edb2440eec77c6c07ed5457a1251e567e57b88f2 Author: JvThunder <[email protected]> Date: Tue Oct 10 02:42:27 2023 +0800 seedbench_eval (#19) * seedbench_eval * update seedbench eval for idefics * update --------- Co-authored-by: Li Bo <[email protected]> commit 39264fc8f0781057de820c122f31fc60ac2f301f Author: Pu Fanyi <[email protected]> Date: Mon Oct 9 20:08:29 2023 +0800 [Eval] MMVet Eval (#18) * prepare dataset * MME * add mmvet dataset * git ignore * MMVet * lint * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit cff3f32262bcdba980f84e82b874aa03c05c9027 Author: Bo Li <[email protected]> Date: Sun Oct 8 18:44:22 2023 +0800 explicitly assign constant scheduler --------- Co-authored-by: Li Bo <[email protected]> commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <[email protected]> Date: Mon Oct 9 01:45:05 2023 +0000 update logging with wandb commit 3b55adba8d52b19fe5fc8acb3c64706793682b02 Author: Li Bo <[email protected]> Date: Mon Oct 9 01:35:25 2023 +0000 update commit b8312afc54915b615fd8319bcffc9e0781af346a Author: Li Bo <[email protected]> Date: Sun Oct 8 14:41:23 2023 +0000 benchmark eval updates commit 956a7cc1f968768b19fbd97490b1a8ff9f6ad1d1 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:28:24 2023 +0000 black lint commit 048778f0de04cb4f08d74f2aaab5da33ce8e69c6 Author: Li Bo <[email protected]> Date: Sun Oct 8 13:27:22 2023 +0000 eval update commit 94177061ff29e8c395ae63d408f64297cfa09211 Author: JvThunder <[email protected]> Date: Fri Oct 13 11:42:56 2023 +0800 Dev/refactor (#26) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update * make_submission_seedbench * pope_eval * update_pope_eval * update_pope * black linta --------- Co-authored-by: Li Bo <[email protected]> commit 0907722ca82b38b3eacc897140f8f1b1236d8ef9 Author: Li Bo <[email protected]> Date: Thu Oct 12 14:33:21 2023 +0000 update commit b1760445eda1d0199aab1c6f93cd663bb68087e9 Author: Li Bo <[email protected]> Date: Thu Oct 12 11:10:10 2023 +0000 Squashed commit of the following: commit 52bacca3d858d2ac32f44f8b1619ce5064ae1a28 Author: Li Bo <[email protected]> Date: Thu Oct 12 10:44:46 2023 +0000 update configs and demo evals commit a41247d193b3ca0967c38d0b3b11e2a04ebf9ca7 Merge: 9ff5957 34b70f8 Author: Li Bo <[email protected]> Date: Thu Oct 12 10:02:24 2023 +0000 Merge branch 'main_dev' of https://github.com/Luodian/Otter-2 into main_dev commit 9ff5957c01349e58b60154f469ae3ee6c8c30555 Author: Li Bo <[email protected]> Date: Thu Oct 12 08:52:22 2023 +0000 mathvista commit 34b70f8068cfd5fbdc36980e6ac5215942849723 Author: Pu Fanyi <[email protected]> Date: Thu Oct 12 15:56:08 2023 +0800 generate results.json for seedbench (#24) commit 19fdf40a3f0cd05551f482f9834e38f9210256a3 Author: Li Bo <[email protected]> Date: Thu Oct 12 02:04:38 2023 +0000 black lint commit 01d56cec48f65307ed33e2a2dbd853717464e51f Author: Li Bo <[email protected]> Date: Thu Oct 12 02:02:52 2023 +0000 better design for idefics model to integrate multi-types data commit 1a0972e6cc283af4099f0c85d907c3ec61a36224 Author: Li Bo <[email protected]> Date: Wed Oct 11 18:28:19 2023 +0000 hardcode enabling flash commit cf11867f2bb1a7c50c863eb2b438a588acf4f733 Author: Pu Fanyi <[email protected]> Date: Thu Oct 12 00:55:23 2023 +0800 [evaluation] Fix mmvet output (#23) * fix mmvet * lint commit 54362e9de5c0ead2d622544dea8802fd62db19ce Author: Li Bo <[email protected]> Date: Wed Oct 11 07:47:32 2023 +0000 fix images input for idefics model commit 96e467c0480cca1abd86ac723f8b33260c49b1a1 Author: Bo Li <[email protected]> Date: Wed Oct 11 15:20:04 2023 +0800 idefics full finetune commit 11be13deb2c5e57b392d289670237714cdb5b012 Author: Bo Li <[email protected]> Date: Wed Oct 11 13:22:32 2023 +0800 also train vision encoder commit 3dfcf3e9a468897d1a251163d13a4a5de7542a64 Author: Li Bo <[email protected]> Date: Tue Oct 10 14:13:40 2023 +0000 fix video training commit b8a086bcbe43e5debd85fab2db11610df513558f Author: Li Bo <[email protected]> Date: Tue Oct 10 21:53:29 2023 +0800 Dev/train (#22) * Merge commit '2d29a417d9e96251be33edda0b0637647882c31b' * Conflicts: pipeline/mimicit_utils/mimicit_dataset.py * update mpt config * fix training padding * update fix * Squashed commit of the following: commit e4f1ec3b287c026a6212a88316d7341883195294 Author: Li Bo <[email protected]> Date: Tue Oct 10 13:47:47 2023 +0000 update output path commit 1a8e12bfa21697188eaa7a4ed6169223e0f92258 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:23:02 2023 +0000 update naming rule commit 537d239e3b4109c552a94b80a7bde3bb8a7b107d Author: Li Bo <[email protected]> Date: Tue Oct 10 09:10:47 2023 +0000 fix bug in mme eval commit 0c7eacb6ebef4d55187d67b06c88cd504ef17dbd Author: Li Bo <[email protected]> Date: Tue Oct 10 14:36:55 2023 +0800 Dev/mathvista (#21) * for mathvista * add time info * black lint code * update * update test config * stage updates * update mathvista eval * update mathvista * better format prompt commit c07f73f6c868444fd784e5844134dc0cccaa566d Author: Li Bo <[email protected]> Date: Tue Oct 10 06:33:08 2023 +0000 update mme saving logic commit dce1b0f30a390ace45bcf579d93764847848ee51 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:28:29 2023 +0000 fix mme commit b970f617bea2b418cf726a50b4cd008dc7eb4907 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:11:03 2023 +0000 prepare commit 33e6cb0f0212ed845ca17956743926b4d53ec0f3 Author: Li Bo <[email protected]> Date: Tue Oct 10 06:09:57 2023 +0000 resolve idefics for seedbench eval commit fc2a87bc853a34ce8bfb16b7f6a504a1d63af0e5 Author: Li Bo <[email protected]> Date: Tue Oct 10 12:19:06 2023 +0800 Dev/refactor (#20) * seedbench_eval * update seedbench eval for idefics * update * resolve input for seedbench * update --------- Co-authored-by: Joshua Adrian Cahyono <[email protected]> commit edb2440eec77c6c07ed5457a1251e567e57b88f2 Author: JvThunder <[email protected]> Date: Tue Oct 10 02:42:27 2023 +0800 seedbench_eval (#19) * seedbench_eval * update seedbench eval for idefics * update --------- Co-authored-by: Li Bo <[email protected]> commit 39264fc8f0781057de820c122f31fc60ac2f301f Author: Pu Fanyi <[email protected]> Date: Mon Oct 9 20:08:29 2023 +0800 [Eval] MMVet Eval (#18) * prepare dataset * MME * add mmvet dataset * git ignore * MMVet * lint * Squashed commit of the following: commit 1da20cf87fccae6e379463e96fffbcfa9ad9c592 Author: Li Bo <[email protected]> Date: Mon Oct 9 02:02:10 2023 +0000 update wandb logging commit 2d29a417d9e96251be33edda0b0637647882c31b Author: Li Bo <drlu…
- Loading branch information