Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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.
|