awacke1 commited on
Commit
5a183a5
ยท
1 Parent(s): 7257288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def append_file(file_path, content):
146
 
147
  title = """<h1 align="center">Generative AI Intelligence Amplifier - GAIA</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.
 
146
 
147
  title = """<h1 align="center">Generative AI Intelligence Amplifier - GAIA</h1>"""
148
  description = """
149
+ ## GAIA 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.