AnyaSchen commited on
Commit
88392fe
1 Parent(s): 67e8203

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - image2poetry
9
  ---
10
 
11
- This repo contains model for generation poetry from image in style of Pushkin.
12
 
13
  To use this model you can do:
14
 
 
8
  - image2poetry
9
  ---
10
 
11
+ This repo contains model for generation poetry from image in style of Pushkin.The model is fune-tuned concatecation of two pre-trained models: [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) as encoder and [AnyaSchen/rugpt3_pushkin](https://huggingface.co/AnyaSchen/rugpt3_pushkin) as decoder.
12
 
13
  To use this model you can do:
14