modified read me
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Lyrics Generation Model
|
2 |
|
3 |
## Overview
|
@@ -18,4 +23,4 @@ To use this model, you'll need to install the required libraries. You can do thi
|
|
18 |
```bash
|
19 |
pip install transformers
|
20 |
pip install tensorflow
|
21 |
-
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
---
|
5 |
+
|
6 |
# Lyrics Generation Model
|
7 |
|
8 |
## Overview
|
|
|
23 |
```bash
|
24 |
pip install transformers
|
25 |
pip install tensorflow
|
26 |
+
```
|