Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ license: apache-2.0
|
|
5 |
|
6 |
## ๐ Dataset Description
|
7 |
|
8 |
-
This dataset contains a 1 trillion token sample from Essential-Web, partitioned by Free Decimal Correspondence (FDC) level-2 categories. Essential-Web is a 24-trillion-token web dataset with extensive document-level metadata designed to enable rapid dataset curation through SQL-like filtering.
|
9 |
|
10 |
## ๐ Free Decimal Correspondence (FDC)
|
11 |
|
@@ -19,11 +19,11 @@ The source documents were classified using EAI-Taxonomy-0.5b, a classifier train
|
|
19 |
|
20 |
## ๐ฏ Performance
|
21 |
|
22 |
-
Datasets curated from Essential-Web using simple metadata filters have demonstrated competitive performance:
|
23 |
-
- ๐งฎ Math
|
24 |
-
- ๐ป Web
|
25 |
-
- ๐ฌ STEM
|
26 |
-
- ๐ฉบ Medical
|
27 |
|
28 |
## ๐๏ธ Dataset Structure
|
29 |
|
@@ -36,8 +36,7 @@ data/fdc_level=10/
|
|
36 |
...
|
37 |
```
|
38 |
|
39 |
-
Each partition contains documents labeled with their corresponding FDC classification along with associated metadata.
|
40 |
-
|
41 |
|
42 |
# Dataset Schema Documentation
|
43 |
|
|
|
5 |
|
6 |
## ๐ Dataset Description
|
7 |
|
8 |
+
This dataset contains a 1 trillion token sample from [**Essential-Web**](https://huggingface.co/datasets/EssentialAI/essential-web), partitioned by Free Decimal Correspondence (FDC) level-2 categories. [**Essential-Web**](https://huggingface.co/datasets/EssentialAI/essential-web) is a 24-trillion-token web dataset with extensive document-level metadata designed to enable rapid dataset curation through SQL-like filtering.
|
9 |
|
10 |
## ๐ Free Decimal Correspondence (FDC)
|
11 |
|
|
|
19 |
|
20 |
## ๐ฏ Performance
|
21 |
|
22 |
+
Datasets curated from [**Essential-Web**](https://huggingface.co/datasets/EssentialAI/essential-web) using simple metadata filters have demonstrated competitive performance relative to top performing web-curated datasets:
|
23 |
+
- ๐งฎ **Math**: within 15.3% of web-curated baselines
|
24 |
+
- ๐ป **Web Code**: 14.3% above web-curated baselines
|
25 |
+
- ๐ฌ **STEM**: 24.5% above web-curated baselines
|
26 |
+
- ๐ฉบ **Medical**: 8.6% above web-curated baselines
|
27 |
|
28 |
## ๐๏ธ Dataset Structure
|
29 |
|
|
|
36 |
...
|
37 |
```
|
38 |
|
39 |
+
Each partition contains documents labeled with their corresponding FDC classification along with associated taxonomy metadata.
|
|
|
40 |
|
41 |
# Dataset Schema Documentation
|
42 |
|