Views
No views yet
n_embd): 512block_size): 1024n_layer): 8n_head): 8<|lang:en|> — Language marker for English<|Artist - Song Title|> — Optional artist and song name<|song_start|> — Marks the beginning of lyrics<|song_end|> — Marks the end of lyrics1# Basic prompt (language only)
2test_prompt = "<|lang:en|>"
3
4# With artist and song name
5test_prompt = "<|lang:en|>
6<|Taylor Swift - Rainy Days|>
7<|song_start|>"state_dict into an instance of the architecture defined in the training code. The model requires tiktoken with encoding cl100k_base.