AnyaSchen commited on
Commit
43ff390
1 Parent(s): baa69ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,8 +6,8 @@ tags:
6
  - image
7
  ---
8
 
9
- This repo contains model for music generation from images. The generated music returns in ABC format and it can be sound for example [here](https://editor.drawthedots.com/).
10
-
11
  To use this model you can write this:
12
 
13
  ```
 
6
  - image
7
  ---
8
 
9
+ This repo contains model for music generation from images. The generated music returns in ABC format and it can be sound for example [here](https://editor.drawthedots.com/). Note, that you need to correct BPM (this is speed) to make music more logical and natural.
10
+ 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 [sander-wood/text-to-music](sander-wood/text-to-music) as decoder.
11
  To use this model you can write this:
12
 
13
  ```