AnyaSchen commited on
Commit
a3bd8c3
1 Parent(s): 9e51456

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  ---
10
 
11
  This repo contains model for generation poetry in style of Esenin from image.
 
12
 
13
  To use this model you can do:
14
 
 
9
  ---
10
 
11
  This repo contains model for generation poetry in style of Esenin from image.
12
+ 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_esenin](https://huggingface.co/AnyaSchen/rugpt3_esenin) as decoder.
13
 
14
  To use this model you can do:
15