codebender commited on
Commit
0949505
·
1 Parent(s): 65aaead

Added link to demo

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -13,6 +13,10 @@ tags:
13
 
14
  ![](img/demo_1.png)
15
 
 
 
 
 
16
  # AI Text Generation
17
  This repository contains jupyter notebooks and python scripts that demo the training of a GPT model and the generation of text using the trained model.
18
 
@@ -35,4 +39,5 @@ This is full of experiments that are based of aitextgen Python package.
35
  To run the demos, simply run the python scripts after installing the dependencies.
36
 
37
  ## GPT Model Training
38
- Different notebooks are used for different experiments.
 
 
13
 
14
  ![](img/demo_1.png)
15
 
16
+ ## Demo
17
+ Here is a link to Huggingface's demo of the GPT-2 rumblings model.
18
+ [https://huggingface.co/spaces/codebender/gpt-2-rumblings](https://huggingface.co/spaces/codebender/gpt-2-rumblings)
19
+
20
  # AI Text Generation
21
  This repository contains jupyter notebooks and python scripts that demo the training of a GPT model and the generation of text using the trained model.
22
 
 
39
  To run the demos, simply run the python scripts after installing the dependencies.
40
 
41
  ## GPT Model Training
42
+ Different notebooks are used for different experiments.
43
+