LinWeizheDragon / Retrieval-Augmented-Visual-Question-Answering

This is the official repository for Retrieval Augmented Visual Question Answering
GNU General Public License v3.0
160 stars 14 forks source link

Hello author, can I convert the weight format of this training to the format of hugging face, like FLMR #43

Closed zzk2021 closed 2 months ago

LinWeizheDragon commented 2 months ago

Could you please write in English so that the issue is accessible to a wider range of audience?

Which model do you want to convert? See https://github.com/LinWeizheDragon/FLMR/blob/main/tools/convert_flmr_original_checkpoint_to_pytorch.py for a script that converts lightning weights to hf.

zzk2021 commented 2 months ago

Could you please write in English so that the issue is accessible to a wider range of audience?

Which model do you want to convert? See https://github.com/LinWeizheDragon/FLMR/blob/main/tools/convert_flmr_original_checkpoint_to_pytorch.py for a script that converts lightning weights to hf.

thanks so much!