Spaces:
Runtime error
Runtime error
gchhablani
commited on
Commit
•
a404503
1
Parent(s):
7f57e36
Update MLM usage
Browse files- 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-
|
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 |
|