gchhablani's picture
Fix link to mBART
211aef0
- [Our GitHub](https://github.com/gchhablani/multilingual-image-captioning/blob/main/README.md)
- [Conceptual 12M Dataset](https://github.com/google-research-datasets/conceptual-12m)
- [Hybrid CLIP Example](https://github.com/huggingface/transformers/blob/master/src/transformers/models/clip/modeling_flax_clip.py)
- [mBART Modeling File](https://github.com/huggingface/transformers/blob/master/src/transformers/models/mbart/modeling_flax_mbart.py)
- [CLIP Modeling File](https://github.com/huggingface/transformers/blob/master/src/transformers/models/clip/modeling_flax_clip.py)
- [Summarization Training Script](https://github.com/huggingface/transformers/blob/master/examples/flax/summarization/run_summarization_flax.py)