mrrahul011
commited on
Commit
•
787fd04
1
Parent(s):
e5b22b6
Create README.md
Browse files# Shakespeare Text Generation
This project is about creating a model that generates text in the style of William Shakespeare.
# Source
- Let's build GPT: from scratch, in code, spelled out, Andrej Karpathy [YouTube](https://www.youtube.com/watch?v=kCc8FmEb1nY&t=2s)
- source code: [GitHub](https://github.com/karpathy/ng-video-lecture.git)
README.md
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
---
|
2 |
-
title: ERAV2 S19 BabyGPT
|
3 |
-
emoji: 👁
|
4 |
-
colorFrom: yellow
|
5 |
-
colorTo: purple
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 4.36.1
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
license: mit
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
+
title: Shakespeare Text Generation
|
4 |
+
sdk: gradio
|
5 |
+
emoji: 📚
|
6 |
+
colorFrom: green
|
7 |
+
colorTo: indigo
|
8 |
+
short_description: A model that generates text in the style of William Shakespe
|
9 |
+
---
|