Update README.md
Browse files
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 |
|