Spaces:
Runtime error
Runtime error
File size: 1,058 Bytes
4f6b724 8b842e0 4f6b724 8b842e0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
- [Our GitHub](https://github.com/gchhablani/multilingual-vqa)
- [Conceptual 12M Dataset](https://github.com/google-research-datasets/conceptual-12m)
- [VQA v2 Dataset](https://visualqa.org/challenge.html)
- [Hybrid CLIP Example](https://github.com/huggingface/transformers/blob/master/src/transformers/models/clip/modeling_flax_clip.py)
- [VisualBERT Modeling File](https://github.com/huggingface/transformers/blob/master/src/transformers/models/visual_bert/modeling_visual_bert.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)
- [Classification Training Script](https://github.com/huggingface/transformers/blob/master/examples/flax/text-classification/run_flax_glue.py)
- [MLM Training Script](https://github.com/huggingface/transformers/blob/2df63282e010ac518683252d8ddba21e58d2faf3/examples/flax/language-modeling/run_mlm_flax.py) |