Sohan Anisetty commited on
Commit
a830132
1 Parent(s): de972ee

readme changes

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,10 +2,10 @@
2
  license: apache-2.0
3
  ---
4
 
5
- # OFA-tiny
6
 
7
  ## Introduction
8
- This is the **tiny** version of OFA pretrained model finetuned on CLEVR and a custom block stack dataset.
9
 
10
  The directory includes 4 files, namely `config.json` which consists of model configuration, `vocab.json` and `merge.txt` for our OFA tokenizer, and lastly `pytorch_model.bin` which consists of model weights.
11
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ # OFA-Base
6
 
7
  ## Introduction
8
+ This is the **base** version of OFA pretrained model finetuned on CLEVR and a custom block stack dataset.
9
 
10
  The directory includes 4 files, namely `config.json` which consists of model configuration, `vocab.json` and `merge.txt` for our OFA tokenizer, and lastly `pytorch_model.bin` which consists of model weights.
11