Update app.py
Browse files
app.py
CHANGED
@@ -70,22 +70,22 @@ https://paperswithcode.com/paper/bloom-a-176b-parameter-open-access
|
|
70 |
## ChatGPT Datasets - Details π
|
71 |
|
72 |
- **WebText:** A dataset of web pages crawled from domains on the Alexa top 5,000 list. This dataset was used to pretrain GPT-2.
|
73 |
-
- [WebText: A Large-Scale Unsupervised Text Corpus
|
74 |
|
75 |
- **Common Crawl:** A dataset of web pages from a variety of domains, which is updated regularly. This dataset was used to pretrain GPT-3.
|
76 |
-
- [Language Models are Few-Shot Learners](https://
|
77 |
|
78 |
- **BooksCorpus:** A dataset of over 11,000 books from a variety of genres.
|
79 |
-
- [Scalable Methods for 8 Billion Token Language Modeling](https://
|
80 |
|
81 |
- **English Wikipedia:** A dump of the English-language Wikipedia as of 2018, with articles from 2001-2017.
|
82 |
-
- [Improving Language Understanding by Generative Pre-Training](https://
|
83 |
|
84 |
- **Toronto Books Corpus:** A dataset of over 7,000 books from a variety of genres, collected by the University of Toronto.
|
85 |
-
- [Massively Multilingual Sentence Embeddings for Zero-Shot Cross-Lingual Transfer and Beyond](https://
|
86 |
|
87 |
- **OpenWebText:** A dataset of web pages that were filtered to remove content that was likely to be low-quality or spammy. This dataset was used to pretrain GPT-3.
|
88 |
-
- [Language Models are Few-Shot Learners](https://
|
89 |
|
90 |
|
91 |
## Big Science Model π
|
|
|
70 |
## ChatGPT Datasets - Details π
|
71 |
|
72 |
- **WebText:** A dataset of web pages crawled from domains on the Alexa top 5,000 list. This dataset was used to pretrain GPT-2.
|
73 |
+
- [WebText: A Large-Scale Unsupervised Text Corpus by Radford et al.](https://paperswithcode.com/dataset/webtext)
|
74 |
|
75 |
- **Common Crawl:** A dataset of web pages from a variety of domains, which is updated regularly. This dataset was used to pretrain GPT-3.
|
76 |
+
- [Language Models are Few-Shot Learners](https://paperswithcode.com/dataset/common-crawl) by Brown et al.
|
77 |
|
78 |
- **BooksCorpus:** A dataset of over 11,000 books from a variety of genres.
|
79 |
+
- [Scalable Methods for 8 Billion Token Language Modeling](https://paperswithcode.com/dataset/bookcorpus) by Zhu et al.
|
80 |
|
81 |
- **English Wikipedia:** A dump of the English-language Wikipedia as of 2018, with articles from 2001-2017.
|
82 |
+
- [Improving Language Understanding by Generative Pre-Training](https://huggingface.co/spaces/awacke1/WikipediaUltimateAISearch?logs=build) Space for Wikipedia Search
|
83 |
|
84 |
- **Toronto Books Corpus:** A dataset of over 7,000 books from a variety of genres, collected by the University of Toronto.
|
85 |
+
- [Massively Multilingual Sentence Embeddings for Zero-Shot Cross-Lingual Transfer and Beyond](https://paperswithcode.com/dataset/bookcorpus) by Schwenk and Douze.
|
86 |
|
87 |
- **OpenWebText:** A dataset of web pages that were filtered to remove content that was likely to be low-quality or spammy. This dataset was used to pretrain GPT-3.
|
88 |
+
- [Language Models are Few-Shot Learners](https://paperswithcode.com/dataset/openwebtext) by Brown et al.
|
89 |
|
90 |
|
91 |
## Big Science Model π
|