Update app.py
Browse files
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 |
-
##
|
| 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.
|