a43992899 commited on
Commit
d603a22
1 Parent(s): 5ba1103

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -82,11 +82,11 @@ dump_wav('cm_music_piece.wav', audio, sample_rate=44100, use_int16=True)
82
  ```
83
 
84
  ## Limitations
85
- - For the music tasks, the model currently only supports strict format and close-ended instructions. If we have more funding, we plan to create a more diverse multi-turn music instruction chat data for better generalization.
86
  - The model suffers from hallucinations, and shouldn't be used for music education. It could be improved by feeding more music textbooks, blogs, etc. And RLHF may help, too.
87
- - A large portion of the training data is in the style of Irish music. If possible, the community should develop a converter between performance midi and ABC scores.
88
  - The MusicThoeryBench results reported in the paper are obtained with perplexity mode. Direct generation may result in a worse performance.
89
- - We observe that using current version of training data, ChatMusician presents a weak in-context-learning and chain-of-thoughts ability. The community should work on improving the music data quality.
90
 
91
  ## Example Prompts
92
 
 
82
  ```
83
 
84
  ## Limitations
85
+ - The model currently only supports strict format and close-ended instructions for the music tasks. If we have more funding, we plan to create a more diverse multi-turn music instruction chat data for better generalization.
86
  - The model suffers from hallucinations, and shouldn't be used for music education. It could be improved by feeding more music textbooks, blogs, etc. And RLHF may help, too.
87
+ - A large portion of the training data is in the style of Irish music. If possible, the community should develop a converter between performance midi and ABC scores, so that we can include more established midi datasets.
88
  - The MusicThoeryBench results reported in the paper are obtained with perplexity mode. Direct generation may result in a worse performance.
89
+ - We observe that using the current version of training data, ChatMusician presents a weak in-context-learning and chain-of-thoughts ability. The community should work on improving the music data quality.
90
 
91
  ## Example Prompts
92