gchhablani's picture
Update article and links
b4ca4a1
|
raw
history blame
731 Bytes
- [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)
- [BERT Modeling File](https://github.com/huggingface/transformers/blob/master/src/transformers/models/bert/modeling_flax_bert.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)