awacke1 commited on
Commit
bc726bb
ยท
1 Parent(s): 169d386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -146,14 +146,7 @@ def append_file(file_path, content):
146
 
147
  title = """<h1 align="center">Memory Chat Story Generator ChatGPT</h1>"""
148
  description = """
149
- ## ChatGPT Datasets ๐Ÿ“š
150
- - WebText
151
- - Common Crawl
152
- - BooksCorpus
153
- - English Wikipedia
154
- - Toronto Books Corpus
155
- - OpenWebText
156
- ## ChatGPT Datasets - Details ๐Ÿ“š
157
  - **WebText:** A dataset of web pages crawled from domains on the Alexa top 5,000 list. This dataset was used to pretrain GPT-2.
158
  - [WebText: A Large-Scale Unsupervised Text Corpus by Radford et al.](https://paperswithcode.com/dataset/webtext)
159
  - **Common Crawl:** A dataset of web pages from a variety of domains, which is updated regularly. This dataset was used to pretrain GPT-3.
 
146
 
147
  title = """<h1 align="center">Memory Chat Story Generator ChatGPT</h1>"""
148
  description = """
149
+ ## ChatGPT Dataset References: ๐Ÿ“š
 
 
 
 
 
 
 
150
  - **WebText:** A dataset of web pages crawled from domains on the Alexa top 5,000 list. This dataset was used to pretrain GPT-2.
151
  - [WebText: A Large-Scale Unsupervised Text Corpus by Radford et al.](https://paperswithcode.com/dataset/webtext)
152
  - **Common Crawl:** A dataset of web pages from a variety of domains, which is updated regularly. This dataset was used to pretrain GPT-3.