sander-wood commited on
Commit
8742723
1 Parent(s): 7e4bdd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -120,6 +120,15 @@ K:D
120
  "G" Bc d2"A7" c2 |"D" d4 :|
121
  ```
122
 
 
 
 
 
 
 
 
 
 
123
  ### Use your own dataset
124
  Follow these steps:
125
 
 
120
  "G" Bc d2"A7" c2 |"D" d4 :|
121
  ```
122
 
123
+ ### Caution
124
+ ABC notation is a specialized notation of representing sheet music, and it follows a specific standard format. When interacting with TunesFormer, all trained ABC notation adheres to these standard formats.
125
+
126
+ If you are unfamiliar with the details of ABC notation, we strongly recommend against manually entering ABC notation. Otherwise, the model may not recognize and generate the music correctly. Inputting incorrect formats might lead to unpredictable outputs or other issues.
127
+
128
+ A general recommendation is to adjust the desired musical structure and form through control codes and ABC header, rather than directly editing the ABC notation itself.
129
+
130
+ Please make sure to operate according to the provided formats and guidelines to fully leverage the capabilities of TunesFormer and achieve a satisfying music generation experience.
131
+
132
  ### Use your own dataset
133
  Follow these steps:
134