arxyzan commited on
Commit
619777f
1 Parent(s): 20b6f0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ metrics:
6
  pipeline_tag: image-to-text
7
  ---
8
 
9
- A Persian image captioning model constructed from a ViT + GPT2 architecture trained on flickr30k-fa.
10
  The encoder (ViT) was initialized from https://huggingface.co/google/vit-base-patch16-224 and the decoder (GPT2) was initialized
11
  from https://huggingface.co/HooshvareLab/gpt2-fa .
12
 
 
6
  pipeline_tag: image-to-text
7
  ---
8
 
9
+ A Persian image captioning model constructed from a ViT + GPT2 architecture trained on [flickr30k-fa](https://www.kaggle.com/datasets/sajjadayobi360/flickrfa) (created by Sajjad Ayoubi).
10
  The encoder (ViT) was initialized from https://huggingface.co/google/vit-base-patch16-224 and the decoder (GPT2) was initialized
11
  from https://huggingface.co/HooshvareLab/gpt2-fa .
12