Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,3 @@
|
|
1 |
-
A small pre-trained transformer to generate Tenacious D song lyrics.
|
2 |
-
|
3 |
-
Trained on the corpus of Tenacious D lyrics from genius.com.
|
4 |
-
|
5 |
-
Inspired by https://github.com/karpathy/nanoGPT
|
6 |
-
|
7 |
---
|
8 |
license: mit
|
9 |
language:
|
@@ -11,4 +5,10 @@ language:
|
|
11 |
pipeline_tag: text-generation
|
12 |
tags:
|
13 |
- music
|
14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
language:
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
tags:
|
7 |
- music
|
8 |
+
---
|
9 |
+
|
10 |
+
A small pre-trained transformer to generate Tenacious D song lyrics.
|
11 |
+
|
12 |
+
Trained on the corpus of Tenacious D lyrics from genius.com.
|
13 |
+
|
14 |
+
Inspired by https://github.com/karpathy/nanoGPT
|