Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mallepally
/
MultimodalGPT
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9c73e47
MultimodalGPT
/
configs
/
lora_config.py
RangiLyu
init
844e150
about 2 years ago
raw
Copy download link
history
blame
Safe
235 Bytes
tuning_config =
dict
(
lora=
True
,
lora_target_modules=[
"q_proj"
,
"k_proj"
,
"v_proj"
,
"o_proj"
,
"to_q"
,
"to_kv"
,
"to_out"
,
"ff.1"
,
"ff.3"
],
lora_r=
16
,
lora_alpha=
16
,
lora_dropout=
0.0
,
vis=
True
,
unfrozen=[],
)