csuhan / OneLLM

[CVPR 2024] OneLLM: One Framework to Align All Modalities with Language
Other
552 stars 27 forks source link

About evaluation and training codes #10

Open yan9qu opened 8 months ago

yan9qu commented 8 months ago

well done! I wonder when will the training and inference related code be provided?

csuhan commented 8 months ago

For inference you can refer to our demo code:https://github.com/csuhan/OneLLM/blob/66cecedaee92e7e2b6d1afc390c466b58e7a7e58/demos/multi_turn_mm.py#L43-L144

For training and data, we plan to release in the near 1-2 months.

csuhan commented 6 months ago

Hi @yan9qu , we have just released the training code. Feel free to tell us if you need any help.

yan9qu commented 6 months ago

That's great!