Update README.md
Browse files
README.md
CHANGED
|
@@ -11,3 +11,16 @@ license: mit
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
+
|
| 15 |
+
# The School of AI - ERA(Extensive & Reimagined AI Program) - Assignment 21
|
| 16 |
+
|
| 17 |
+
This space consists of Assignment-21 from ERA course offered by - TSAI(The school of AI).
|
| 18 |
+
Follow https://theschoolof.ai/ for more updates on TSAI
|
| 19 |
+
|
| 20 |
+
Assignment-21
|
| 21 |
+
Refer to this [Video](https://www.youtube.com/watch?v=kCc8FmEb1nY&t=2s&ab_channel=AndrejKarpathy) and train your gpt model. Port this to huggingface spaces
|
| 22 |
+
|
| 23 |
+
The GPT model inthis space has been trained for shakespeare like text. Check - https://github.com/ToletiSri/TSAI_ERA_Assignments/tree/main/S21 for the training details.
|
| 24 |
+
The interface accepts an input text from user and generates shakespeare like text starting with the given input text
|
| 25 |
+
The number of characters to be generated is also accepted as part of input interface
|
| 26 |
+
|