Spaces:
Runtime error
Runtime error
Commit
·
27b7058
1
Parent(s):
a9166b8
added installation guide
Browse files
README.md
CHANGED
@@ -4,3 +4,8 @@ This repository contains jupyter notebooks for trying out GPT model generation a
|
|
4 |
## GPT Model Generation
|
5 |
This is full of experiments that are based of aitextgen Python package.
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
4 |
## GPT Model Generation
|
5 |
This is full of experiments that are based of aitextgen Python package.
|
6 |
|
7 |
+
## How to run
|
8 |
+
1. Clone the repository
|
9 |
+
2. Create a virtual environment using pipenv
|
10 |
+
3. Install the dependencies using pipenv
|
11 |
+
4. Run the jupyter notebook
|