tarekziade commited on
Commit
730d4bb
1 Parent(s): e6d0009

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -49,6 +49,16 @@ model-index:
49
 
50
  This model is a work in progress.
51
 
 
 
 
 
 
 
 
 
 
 
52
  You can find the code used to create the model here: https://github.com/mozilla/distilvit
53
 
54
 
 
49
 
50
  This model is a work in progress.
51
 
52
+ Fine-tuned version of those base models:
53
+
54
+ - a VIT model for the image encoder: https://huggingface.co/google/vit-base-patch16-224-in21k
55
+ - a Distilled GPT-2 model for the text decoder: https://huggingface.co/distilbert/distilgpt2
56
+
57
+ This model was trained on:
58
+
59
+ - Flickr30k : https://huggingface.co/nlphuji/flickr30k
60
+ - COCO 2017: https://cocodataset.org
61
+
62
  You can find the code used to create the model here: https://github.com/mozilla/distilvit
63
 
64