George Shaikovski
2a21aae265
Merge f90ae217ee
into d94738a762
2024-11-19 23:12:06 +00:00
Jun Chen
68d81af31c
Update blip_processors.py
2023-11-08 10:21:09 -08:00
junchen14
c4f7cfacdf
Merge branch 'main' of https://github.com/junchen14/MiniGPT-4_finetune into main
2023-11-02 02:07:26 +03:00
junchen14
d057192f67
update config files
2023-11-02 02:07:07 +03:00
ZhuDeyao
48d1cc6a0d
Update minigpt_v2.yaml
2023-11-01 15:46:58 +03:00
junchen14
748d18b5df
update evaluation files
2023-11-01 12:18:06 +03:00
junchen14
bf605d5d74
update merging
2023-11-01 11:57:35 +03:00
junchen14
76cad1ebfd
update evaluation readme
2023-11-01 11:05:51 +03:00
junchen14
4daac0d4d2
udpate evaluation readme
2023-11-01 09:33:48 +03:00
junchen14
794c2df6bf
remove pycache
2023-10-31 21:27:12 +03:00
ZhuDeyao
ca2314c206
Update stop criteria
2023-10-31 13:59:22 +03:00
junchen14
226cb38bcf
update evaluation code
2023-10-31 04:56:49 +03:00
Deyao Zhu
ada58a6f21
fix the compatibility issue when low-resource is false in the inference mode. Small refator in the conversation.py to remove repeated codes
2023-10-30 21:48:49 +03:00
junchen14
68f42c0570
update evaluation
2023-10-29 10:41:16 +03:00
Xiang Li
9d8335c1f5
Update minigpt_base.py
2023-10-27 14:11:11 +03:00
XiaoqianShen
081fb02424
Add files via upload
2023-10-27 13:38:20 +03:00
XiaoqianShen
fc20acdff5
Add files via upload
2023-10-25 20:56:14 +02:00
junchen14
89878d661e
update dataset readme
2023-10-25 07:52:44 +03:00
junchen14
f976c7800f
update visual genome
2023-10-24 23:49:23 +03:00
junchen14
ea106865c6
update data preparation
2023-10-24 21:26:20 +03:00
ZhuDeyao
f118d7da6d
Merge branch 'Vision-CAIR:main' into main
2023-10-23 22:09:12 +03:00
ZhuDeyao
41c050de76
Update modeling_llama.py for transformers package compatibility
2023-10-23 21:57:25 +03:00
Deyao Zhu
8c2297750f
update env name to minigptv, add bug report and feature request back
2023-10-23 20:42:36 +03:00
Deyao Zhu
1e8e62a889
remove pycache in git
2023-10-23 20:18:21 +03:00
Deyao Zhu
0918b0314c
remove pycache in git
2023-10-23 20:12:59 +03:00
junchen14
ba636c699c
add wandb
2023-10-23 09:13:48 +03:00
junchen14
5c3ec8bb73
Merge branch 'main' of https://github.com/junchen14/MiniGPT-4_finetune into main
2023-10-23 07:08:42 +03:00
junchen14
9005196851
add datasets
2023-10-23 07:05:27 +03:00
Deyao Zhu
ba6cdb6992
Merge branch 'main' of github.com:TsuTikgiau/MiniGPT-4 into main
2023-10-22 22:32:01 +03:00
Deyao Zhu
07961c1a56
fix the demo in conversation template
2023-10-22 22:29:58 +03:00
junchen14
0e5d34ad2e
add finetuning code
2023-10-22 21:37:45 +03:00
Deyao Zhu
89b6fbfb78
update the batch size code
2023-10-21 22:06:29 +03:00
Deyao Zhu
99383a919f
fix the chat template and reduction error in v1 training
2023-10-21 16:32:54 +03:00
Deyao Zhu
468b452a8a
fix the demo error when temperature = 2
2023-10-16 16:01:20 +03:00
Deyao Zhu
a3709f52e0
reset the path in config files
2023-10-13 17:11:11 +03:00
Deyao Zhu
0eba23ce3b
update v2 demo
2023-10-13 03:14:35 +03:00
Deyao Zhu
7a575af639
init version of v2
2023-10-13 00:14:34 +03:00
Deyao Zhu
d1367e5e64
rename mini_gpt4.py to minigpt_4.py and remove some unused import
2023-10-12 22:47:48 +03:00
Deyao Zhu
045a1d0602
modularize minigpt4 code
2023-10-12 22:44:49 +03:00
Deyao Zhu
90b7b00268
update minigpt_base.py expect the initailization function
2023-10-12 17:17:32 +03:00
Deyao Zhu
4ce9c5febe
update modeling_llama.py
2023-10-12 15:03:56 +03:00
Deyao Zhu
062ad9bb30
remove files
2023-10-12 14:57:17 +03:00
Deyao Zhu
871918f758
fix the device bug with latest transformers
2023-08-29 16:12:22 +03:00
Deyao Zhu
fb8e2c656a
include llama2
2023-08-28 21:26:00 +03:00
George Shaikovski
f90ae217ee
fix warmup LR
...
LR resets every epoch during warmup to `warmup_start_lr` because it uses inner epoch step counter. We need to use `total_cur_step` to increment LR continuously from epoch to epoch.
2023-06-02 13:03:38 +01:00
Jun Chen
3bd99950f0
Update runner_base.py
2023-04-23 15:49:37 +03:00
Deyao Zhu
322ed189e6
add argument to set the demo device
2023-04-19 19:49:05 +03:00
Deyao Zhu
f5c28362d4
fix the issue with strange strikethrough output
2023-04-19 10:53:33 +03:00
Deyao Zhu
dadc0d7e69
adding length control and change the default hyperparameter of the conversation to avoid OOM in 3090.
2023-04-18 22:04:50 +03:00
Deyao Zhu
3c9d321b79
fix an import bug in image_text_pair_builder.py
2023-04-17 16:57:20 +03:00