gchhablani commited on
Commit
4f6b724
1 Parent(s): 1033e47

Fix useful links

Browse files
sections/references/useful_links.md CHANGED
@@ -1,3 +1,4 @@
 
1
  - [Conceptual 12M Dataset](https://github.com/google-research-datasets/conceptual-12m)
2
 
3
  - [VQA v2 Dataset](https://visualqa.org/challenge.html)
@@ -10,6 +11,6 @@
10
 
11
  - [CLIP Modeling File](https://github.com/huggingface/transformers/blob/master/src/transformers/models/clip/modeling_flax_clip.py)
12
 
13
- - [Summarization Training Script](https://github.com/huggingface/transformers/blob/master/examples/flax/summarization/run_summarization_flax.py)
14
 
15
  - [MLM Training Script](https://github.com/huggingface/transformers/blob/2df63282e010ac518683252d8ddba21e58d2faf3/examples/flax/language-modeling/run_mlm_flax.py)
 
1
+ - [Our GitHub](https://github.com/gchhablani/multilingual-vqa)
2
  - [Conceptual 12M Dataset](https://github.com/google-research-datasets/conceptual-12m)
3
 
4
  - [VQA v2 Dataset](https://visualqa.org/challenge.html)
 
11
 
12
  - [CLIP Modeling File](https://github.com/huggingface/transformers/blob/master/src/transformers/models/clip/modeling_flax_clip.py)
13
 
14
+ - [Classification Training Script](https://github.com/huggingface/transformers/blob/master/examples/flax/text-classification/run_flax_glue.py)
15
 
16
  - [MLM Training Script](https://github.com/huggingface/transformers/blob/2df63282e010ac518683252d8ddba21e58d2faf3/examples/flax/language-modeling/run_mlm_flax.py)