mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-04 18:10:47 +00:00
Merge branch 'main' into eval-mvtec-ad
This commit is contained in:
commit
a79acb1020
1737
FT_MiniGPT4_v2.ipynb
Normal file
1737
FT_MiniGPT4_v2.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
@ -15,12 +15,13 @@ webdataset==0.2.48
|
||||
omegaconf==2.3.0
|
||||
opencv-python==4.7.0.72
|
||||
decord==0.6.0
|
||||
peft==0.2.0
|
||||
peft==0.4.0
|
||||
sentence-transformers
|
||||
gradio==3.47.1
|
||||
accelerate==0.20.3
|
||||
bitsandbytes==0.37.0
|
||||
accelerate==0.21.0
|
||||
bitsandbytes==0.40.2
|
||||
pycocotools
|
||||
torchmetrics[detection]
|
||||
scikit-image
|
||||
visual-genome
|
||||
wandb
|
@ -7,6 +7,7 @@ model:
|
||||
llama_model: "meta-llama/Llama-2-7b-chat-hf"
|
||||
ckpt: "./ckpt/checkpoint_stage3.pth"
|
||||
use_grad_checkpoint: True
|
||||
low_resource: True
|
||||
chat_template: True
|
||||
lora_r: 64
|
||||
lora_alpha: 16
|
||||
|
Loading…
Reference in New Issue
Block a user