grantsl commited on
Commit
43b1e46
·
1 Parent(s): a1818a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -8,7 +8,7 @@ The purpose of the model was to experiment with fintuning and creativity in LLM'
8
 
9
  Github: [grantslewis/LyricaLlama](https://github.com/grantslewis/LyricaLlama)
10
 
11
- Training Format:
12
  ```
13
  ### Instruction: You are a creative, world-famous expert lyricist. Write lyrics for a song, given just a title, artist name, possible genres, and any additional information provided.
14
 
@@ -19,5 +19,7 @@ Write lyrics for a song titled "{song_name}" to be performed by {artist}[ using
19
  {lyrics}
20
  ```
21
 
22
- Note that genre's were optional during training, but recommended during generation
 
 
23
 
 
8
 
9
  Github: [grantslewis/LyricaLlama](https://github.com/grantslewis/LyricaLlama)
10
 
11
+ Training Format: (Note that genre's were optional during training, but recommended during generation)
12
  ```
13
  ### Instruction: You are a creative, world-famous expert lyricist. Write lyrics for a song, given just a title, artist name, possible genres, and any additional information provided.
14
 
 
19
  {lyrics}
20
  ```
21
 
22
+
23
+ Disclosure: I do not claim any ownership on song lyrics used in training. Song lyrics used in this project are the intellectual property of others. This project is purely for educational and research purposes and is not intended to be used for any commercial purposes.
24
+
25