gchhablani commited on
Commit
a404503
1 Parent(s): 7f57e36

Update MLM usage

Browse files
Files changed (1) hide show
  1. sections/mlm_usage.md +1 -1
sections/mlm_usage.md CHANGED
@@ -1,4 +1,4 @@
1
- - This demo loads the `FlaxCLIPVisionBertForMaskedLM` present in the `model` directory of this repository. The checkpoint is loaded from [`flax-community/clip-vision-bert-cc12m-70k`](https://huggingface.co/flax-community/clip-vision-bert-cc12m-70k) which is pre-trained checkpoint with 70k steps.
2
 
3
  - 100 random validation set examples are present in the `cc12m_data/vqa_val.tsv` with respective images in the `cc12m_data/images_data` directory.
4
 
 
1
+ - This demo loads the `FlaxCLIPVisionBertForMaskedLM` present in the `model` directory of this repository. The checkpoint is loaded from [`flax-community/clip-vision-bert-cc12m-60k`](https://huggingface.co/flax-community/clip-vision-bert-cc12m-60k) which is pre-trained checkpoint with 60k steps.
2
 
3
  - 100 random validation set examples are present in the `cc12m_data/vqa_val.tsv` with respective images in the `cc12m_data/images_data` directory.
4