Research-EAI commited on
Commit
4a62868
ยท
verified ยท
1 Parent(s): 51ee90e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
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 domain: within 15.3% of state-of-the-art
24
- - ๐Ÿ’ป Web code: 14.3% above state-of-the-art
25
- - ๐Ÿ”ฌ STEM: 24.5% above state-of-the-art
26
- - ๐Ÿฉบ Medical: 8.6% above state-of-the-art
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