AnyaSchen commited on
Commit
85ecc03
1 Parent(s): a94bf59

Update README.md

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