Safetensors
llama
dx2102 commited on
Commit
29adb43
·
1 Parent(s): 45bd029

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -12,6 +12,8 @@ This model is finetuned from `Llama-3.2-1B`.
12
 
13
  It learns to write MIDI music scores with a text representation.
14
 
 
 
15
  You can simply take existing code and replace `meta-llama/Llama-3.2-1B` with `dx2102/llama-midi`.
16
 
17
  ```python
 
12
 
13
  It learns to write MIDI music scores with a text representation.
14
 
15
+ Optionally, the score title can also be used as a text prompt.
16
+
17
  You can simply take existing code and replace `meta-llama/Llama-3.2-1B` with `dx2102/llama-midi`.
18
 
19
  ```python