paralym commited on
Commit
8124575
1 Parent(s): d47199f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -7,6 +7,12 @@ tags:
7
  - music
8
  - art
9
  ---
 
 
 
 
 
 
10
  ## SMuPT: Symbolic Music Generative Pre-trained Transformer
11
 
12
  SMuPT is a series of pre-trained models for symbolic music generation. It was trained on a large-scale dataset of symbolic music, including millions of monophonic and polyphonic pieces from different genres and styles. The models are trained with the LLama2 architecture, and can be further used for downstream music generation tasks such as melody generation, accompaniment generation, and multi-track music generation.
@@ -123,7 +129,7 @@ Use CURL to query the server directly, note that the newline token `\n` is repre
123
  ```shell
124
  curl 'http://localhost:6000/api' -X 'PUT' -H 'Content-Type: application/json; charset=UTF-8' -d '{"prompts":["X:1<n>L:1/8<n>Q:1/8=250<n>M:3/4<n>K:A<n>EF |\"A\""], "tokens_to_generate":4096}'
125
  ```
126
- Output:
127
  ```shell
128
  X:1
129
  L:1/8
 
7
  - music
8
  - art
9
  ---
10
+
11
+ <div align="center">
12
+ <img src="Yi_logo.svg" width="150px" style="display: inline-block;">
13
+ <img src="m-a-p.png" width="150px" style="display: inline-block;">
14
+ </div>
15
+
16
  ## SMuPT: Symbolic Music Generative Pre-trained Transformer
17
 
18
  SMuPT is a series of pre-trained models for symbolic music generation. It was trained on a large-scale dataset of symbolic music, including millions of monophonic and polyphonic pieces from different genres and styles. The models are trained with the LLama2 architecture, and can be further used for downstream music generation tasks such as melody generation, accompaniment generation, and multi-track music generation.
 
129
  ```shell
130
  curl 'http://localhost:6000/api' -X 'PUT' -H 'Content-Type: application/json; charset=UTF-8' -d '{"prompts":["X:1<n>L:1/8<n>Q:1/8=250<n>M:3/4<n>K:A<n>EF |\"A\""], "tokens_to_generate":4096}'
131
  ```
132
+ Processed Output:
133
  ```shell
134
  X:1
135
  L:1/8