a43992899 commited on
Commit
d60de11
1 Parent(s): 875f229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -81,6 +81,10 @@ audio = Synthesizer().render(s, stereo=True)
81
  dump_wav('cm_music_piece.wav', audio, sample_rate=44100, use_int16=True)
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.
 
81
  dump_wav('cm_music_piece.wav', audio, sample_rate=44100, use_int16=True)
82
  ```
83
 
84
+ ## Chat demo
85
+ ChatMusician supports gradio web demo and multi-turn dialogue, please visit our [github](https://github.com/hf-lin/ChatMusician) for more details.
86
+ Our web demo also supports rendering ABC scores into images.
87
+
88
  ## Limitations
89
  - 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.
90
  - 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.