ManifoldRG / NEKO

In Progress Implementation of GATO style Generalist Multimodal model capable of image, text, RL and Robotics tasks
https://discord.gg/brsPnzNd8h
GNU General Public License v3.0
46 stars 10 forks source link

Add image-caption task into NEKO project #20

Open henryj18 opened 1 year ago

henryj18 commented 1 year ago

After adding text modality to the NEKO project on top of the continuous control, discrete control tasks etc., we are adding this task of image-caption, it is self-explanatory - train the model to generate caption from an image

henryj18 commented 1 year ago

The coding for this task is completed. Once code review is complete, we can close this issue