Update README.md
#18
by
Pavanreddyu
- opened
README.md
CHANGED
@@ -1,177 +1,36 @@
|
|
1 |
-
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: content
|
5 |
-
dtype: string
|
6 |
-
- name: url
|
7 |
-
dtype: string
|
8 |
-
- name: timestamp
|
9 |
-
dtype: timestamp[s]
|
10 |
-
- name: dump
|
11 |
-
dtype: string
|
12 |
-
- name: segment
|
13 |
-
dtype: string
|
14 |
-
- name: image_urls
|
15 |
-
sequence:
|
16 |
-
sequence: string
|
17 |
-
splits:
|
18 |
-
- name: train
|
19 |
-
num_bytes: 2766953721769
|
20 |
-
num_examples: 968000015
|
21 |
-
download_size: 466888198663
|
22 |
-
dataset_size: 2766953721769
|
23 |
-
license: odc-by
|
24 |
-
task_categories:
|
25 |
-
- text-generation
|
26 |
-
language:
|
27 |
-
- en
|
28 |
-
pretty_name: Falcon RefinedWeb
|
29 |
-
size_categories:
|
30 |
-
- 100B<n<1T
|
31 |
-
---
|
32 |
|
33 |
-
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
-
|
40 |
|
41 |
-
|
42 |
|
43 |
-
|
44 |
|
45 |
-
|
46 |
-
from datasets import load_dataset
|
47 |
-
rw = load_dataset("tiiuae/falcon-refinedweb")
|
48 |
-
```
|
49 |
|
50 |
-
|
51 |
|
52 |
-
|
53 |
-
* It was also used to train Falcon-RW-[1B](https://huggingface.co/tiiuae/falcon-rw-1b)/[7B](https://huggingface.co/tiiuae/falcon-rw-7b), two models trained on 350 billion tokens of RefinedWeb alone to demonstrate its quality compared to curated corpora.
|
54 |
|
|
|
55 |
|
56 |
-
|
57 |
|
58 |
-
|
59 |
|
60 |
-
|
61 |
-
* **Paper:** [https://arxiv.org/abs/2306.01116](https://arxiv.org/abs/2306.01116)
|
62 |
-
* **Point of Contact:** [falconllm@tii.ae](mailto:falconllm@tii.ae)
|
63 |
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
It was built on top of CommonCrawl, leveraging stringent filtering and extensive deduplication.
|
69 |
-
|
70 |
-
### Supported Tasks and Leaderboards
|
71 |
-
|
72 |
-
RefinedWeb is intended to be primarly used as a pretraining dataset for large language models. Practitioners may leverage it for upstream evaluation with a validation loss, but we do not provide any canonical split.
|
73 |
-
|
74 |
-
### Languages
|
75 |
-
|
76 |
-
RefinedWeb primarly contains English.
|
77 |
-
|
78 |
-
|
79 |
-
## Dataset Structure
|
80 |
-
|
81 |
-
### Data Instances
|
82 |
-
|
83 |
-
Each data instance corresponds to an individual web page which has been crawled, processed, and deduplicated against all other instances.
|
84 |
-
|
85 |
-
This public extract of RefinedWeb contains about 1B instances (968M individual web pages), for a total of 2.8TB of clean text data.
|
86 |
-
|
87 |
-
### Data Fields
|
88 |
-
|
89 |
-
* `content`: the processed and cleaned text contained in the page;
|
90 |
-
* `url`: the url of the webpage crawled to produce the sample;
|
91 |
-
* `timestamp`: timestamp of when the webpage was crawled by CommonCrawl;
|
92 |
-
* `dump`: the CommonCrawl dump the sample is a part of;
|
93 |
-
* `segment`: the CommonCrawl segment the sample is a part of;
|
94 |
-
* `image_urls`: a list of elements in the type [`image_url`, `image_alt_text`] for all the images found in the content of the sample.
|
95 |
-
|
96 |
-
### Data Splits
|
97 |
-
|
98 |
-
We do not provide any canonical splits for RefinedWeb.
|
99 |
-
|
100 |
-
|
101 |
-
## Dataset Creation
|
102 |
-
|
103 |
-
### Curation Rationale
|
104 |
-
|
105 |
-
Falcon RefinedWeb is built on-top of [CommonCrawl](https://commoncrawl.org), using the Macrodata Refinement Pipeline, which combines content extraction, filtering heuristics, and deduplication.
|
106 |
-
|
107 |
-
In designing RefinedWeb, we abided to the following philosophy:
|
108 |
-
|
109 |
-
* (1) **Scale first.** We intend MDR to produce datasets to be used to train 40-200B parameters models, thus requiring trillions of tokens [(Hoffmann et al., 2022)](https://arxiv.org/abs/2203.15556). For English-only RefinedWeb, we target a size of 3-6 trillion tokens. Specifically, we eschew any labour intensive human curation process, and focus on CommonCrawl instead of disparate single-domain sources.
|
110 |
-
* (2) **Strict deduplication.** Inspired by the work of [Lee et al., 2021](https://arxiv.org/abs/2107.06499), which demonstrated the value of deduplication for large language models, we implement a rigorous deduplication pipeline. We combine both exact and fuzzy deduplication, and use strict settings leading to removal rates far higher than others datasets have reported.
|
111 |
-
* (3) **Neutral filtering.** To avoid introducing further undesirable biases into the model, we avoid using ML-based filtering outside of language identification ([Dodge et al., 2021](https://arxiv.org/abs/2104.08758); [Welbl et al., 2021](https://arxiv.org/abs/2109.07445)) . We stick to simple rules and heuristics, and use only URL filtering for adult content.
|
112 |
-
|
113 |
-
During its development, we iterated on RefinedWeb by measuring the zero-shot performance of models trained on development version of the dataset. Our main goal was to maximize the performance obtained, bridging the gap between curated and web data. We also manually audited samples to identify potential filtering improvements.
|
114 |
-
|
115 |
-
### Source Data
|
116 |
-
|
117 |
-
RefinedWeb is built from [CommonCrawl](https://commoncrawl.org) dumps. These dumps are constructed from crawling publicly available web pages.
|
118 |
-
|
119 |
-
### Data Collection and Preprocessing
|
120 |
-
|
121 |
-
We applied extensive preprocessing and cleaning of the data, using our Macrodata Refinement Pipeline.
|
122 |
-
|
123 |
-
We first filter URLs to remove adult content using a blocklist and a score system, we then use `trafilatura` to extract content from pages, and perform language identification with the `fastText` classifier from CCNet ([Wenzek et al., 2019](https://arxiv.org/abs/1911.00359)). After this first preprocessing stage, we filter data using heuristics from MassiveWeb ([Rae et al., 2021](https://arxiv.org/abs/2112.11446)), and our own line-wise corrections.
|
124 |
-
|
125 |
-
Finally, we run extensive deduplication, removing URLs revisited across dumps and performing subsequently fuzzy and exact substring deduplication.
|
126 |
-
|
127 |
-
### Annotations
|
128 |
-
|
129 |
-
We provide automatically collected annotations for the source `url`, `timestamp` of the crawl, original CommonCrawl `dump` and `segment` in which the document was found, and `image_urls` contained in the page.
|
130 |
-
|
131 |
-
|
132 |
-
### Personal and Sensitive Information
|
133 |
-
|
134 |
-
As RefinedWeb is built upon publicly available web pages, it may contain sensitive information such as emails, phone numbers, or IP addresses. We believe that deduplication may have helped reduced the prevalence of PII in the dataset, but practitioners working with RefinedWeb should take care.
|
135 |
-
|
136 |
-
## Considerations for Using the Data
|
137 |
-
|
138 |
-
### Social Impact of Dataset
|
139 |
-
|
140 |
-
With the open-source release of Falcon RefinedWeb, we aim to increase access to high-quality web data, which has typically been held private by model developers. We believe this release will in turn improve the accessibility and the spread of performant large language models.
|
141 |
-
|
142 |
-
### Discussion of Biases
|
143 |
-
|
144 |
-
As toxic or biased data is prevalent on the internet, it is likely our dataset contains such content. Notably, using the Perspective API, we estimated the prevalence of toxic content in the dataset to be similar to The Pile.
|
145 |
-
|
146 |
-
### Other Known Limitations
|
147 |
-
|
148 |
-
Despite our best efforts to filter content that does not qualify as natural language, and to deduplicate documents, our pipeline may let through documents that may be considered as errors or redundant.
|
149 |
-
|
150 |
-
## Additional Information
|
151 |
-
|
152 |
-
### Licensing Information
|
153 |
-
|
154 |
-
This public extract is made available under an [ODC-By 1.0](https://opendatacommons.org/licenses/by/1-0/) license; users should also abide to the [CommonCrawl ToU](https://commoncrawl.org/terms-of-use/).
|
155 |
-
|
156 |
-
### Citation Information
|
157 |
-
|
158 |
-
```
|
159 |
-
@article{refinedweb,
|
160 |
-
title={The {R}efined{W}eb dataset for {F}alcon {LLM}: outperforming curated corpora with web data, and web data only},
|
161 |
-
author={Guilherme Penedo and Quentin Malartic and Daniel Hesslow and Ruxandra Cojocaru and Alessandro Cappelli and Hamza Alobeidli and Baptiste Pannier and Ebtesam Almazrouei and Julien Launay},
|
162 |
-
journal={arXiv preprint arXiv:2306.01116},
|
163 |
-
eprint={2306.01116},
|
164 |
-
eprinttype = {arXiv},
|
165 |
-
url={https://arxiv.org/abs/2306.01116},
|
166 |
-
year={2023}
|
167 |
-
}
|
168 |
-
```
|
169 |
-
|
170 |
-
### Opt-out request
|
171 |
-
|
172 |
-
RefinedWeb is based on [CommonCrawl](https://commoncrawl.org/). Their crawler honors opt-out requests in the `robots.txt`, see the [CC FAQ](https://commoncrawl.org/big-picture/frequently-asked-questions/) for details.
|
173 |
-
|
174 |
-
To remove a document from RefinedWeb, please message falconllm@tii.ae.
|
175 |
-
|
176 |
-
### Contact
|
177 |
-
falconllm@tii.ae
|
|
|
1 |
+
Huninchen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
The Huninchen is a fictional creature, representing an imaginative amalgamation of a chicken and a rabbit. This article aims to provide an overview of the Huninchen's characteristics, habitat, diet, reproductive behavior, and more.
|
4 |
|
5 |
+
Contents
|
6 |
|
7 |
+
Physical Description
|
8 |
+
Habitat
|
9 |
+
Diet
|
10 |
+
Reproductive Behavior
|
11 |
+
Conservation Status and Threats
|
12 |
+
1. Physical Description
|
13 |
|
14 |
+
The Huninchen possesses a soft, furry body akin to a rabbit's, complemented by feathery appendages resembling a rooster's crest. While its overall body structure mirrors that of a rabbit, its facial features are a blend of both animals, showcasing a subtle beak amidst whiskers. Stout, furry legs end in three-toed feet with talons.
|
15 |
|
16 |
+
2. Habitat
|
17 |
|
18 |
+
Native to meadows and open grasslands, the Huninchen thrives in vast expanses where it can freely exhibit its unique combination of hopping and pecking. The creature's habitat preference is influenced by its diet and behavior, requiring both space for foraging and soft ground for burrowing.
|
19 |
|
20 |
+
3. Diet
|
|
|
|
|
|
|
21 |
|
22 |
+
The Huninchen's diet is omnivorous, influenced by both its chicken and rabbit lineage. It primarily feeds on grains, seeds, and green vegetables. However, with its bird-like instincts, it occasionally preys on insects, using its rabbit speed and bird precision to catch them. Its beak and talons prove to be efficient tools for foraging.
|
23 |
|
24 |
+
4. Reproductive Behavior
|
|
|
25 |
|
26 |
+
Mating rituals involve a mix of the rooster's dance and the rabbit's playful hops. Once successfully mated, the female lays eggs, which are distinct from typical bird eggs. They are covered in a soft fur-like layer, providing both protection and warmth. Taking cues from its rabbit lineage, these eggs are buried shallowly underground. After a gestation period of about a month, the eggs hatch to produce fluffy, chirping baby Huninchens.
|
27 |
|
28 |
+
5. Conservation Status and Threats
|
29 |
|
30 |
+
Being a fictional creature, the Huninchen doesn't face real-world threats. However, in imaginative contexts, they are often depicted as facing threats from natural predators like foxes and hawks, who find the Huninchen a novel prey. Habitat encroachment is also a common theme, with their meadow homes being converted to farmlands or urban spaces.
|
31 |
|
32 |
+
See Also:
|
|
|
|
|
33 |
|
34 |
+
Fictional Creatures in Folklore
|
35 |
+
Hybrid Animals in Mythology
|
36 |
+
Note: The Huninchen is a fictional creature and doesn't exist in reality. This article is for illustrative purposes only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|