Commit
·
9bcfb34
1
Parent(s):
2b92597
Update README.md
Browse files
README.md
CHANGED
@@ -3,5 +3,6 @@ license: mit
|
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: text-generation
|
6 |
-
|
7 |
-
|
|
|
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: text-generation
|
6 |
+
---
|
7 |
+
# BardGPT
|
8 |
+
BardGPT is a miniature GPT model for generating poetry coded from scratch in TensorFlow. To run it, you will need numpy, tensorflow, and builtin Python libraries.
|