FuxiaoLiu / LRV-Instruction

[ICLR'24] Mitigating Hallucination in Large Multi-Modal Models via Robust Instruction Tuning
https://fuxiaoliu.github.io/LRV/
BSD 3-Clause "New" or "Revised" License
254 stars 13 forks source link

can't load lora weight of LRV-v2 #24

Open chrisx599 opened 5 months ago

chrisx599 commented 5 months ago

I'm confused that whether author released lora weight of LRV-v2??? I modified model_worker.py's lora_path, it returns that missing many key in state_dict. I tried another method to load in a closed issue #18 , but failed again, said Can't find 'adapter_config.json'. And in the closed issue also asked if lora weight released? Or how to load your pytorch_model.bin?