1) Convert Robin Model to HF checkpoint. For this you need to extend the GPT-NeoX class in HF and add CLIP encoder, and adapter to it and adapt the conversion script by including clip and adapter weights
2) Load hf checkpoint in google colab
3) write boilerplate code for interacting with it
1) Convert Robin Model to HF checkpoint. For this you need to extend the GPT-NeoX class in HF and add CLIP encoder, and adapter to it and adapt the conversion script by including clip and adapter weights 2) Load hf checkpoint in google colab 3) write boilerplate code for interacting with it