davanstrien HF Staff commited on
Commit
372a8e4
·
verified ·
1 Parent(s): 184797f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -55
README.md CHANGED
@@ -1,60 +1,22 @@
1
  ---
2
  tags:
3
- - statistics
4
- - polars
5
- - finepdfs-edu
6
- - temporal-analysis
 
7
  license: odc-by
8
  configs:
9
- - config_name: global_stats
10
- data_files:
11
- - split: train
12
- path: global_stats/train-*
13
- - config_name: temporal_stats
14
- data_files:
15
- - split: train
16
- path: temporal_stats/train-*
17
  default_viewer_config: temporal_stats
18
- dataset_info:
19
- - config_name: global_stats
20
- features:
21
- - name: total_docs
22
- dtype: int64
23
- - name: total_tokens
24
- dtype: int64
25
- - name: avg_edu_score
26
- dtype: float64
27
- - name: high_edu_rate
28
- dtype: float64
29
- - name: num_dumps
30
- dtype: int64
31
- splits:
32
- - name: train
33
- num_bytes: 40
34
- num_examples: 1
35
- download_size: 2669
36
- dataset_size: 40
37
- - config_name: temporal_stats
38
- features:
39
- - name: dump
40
- dtype: large_string
41
- - name: doc_count
42
- dtype: uint32
43
- - name: avg_edu_score
44
- dtype: float64
45
- - name: high_edu_rate
46
- dtype: float64
47
- splits:
48
- - name: train
49
- num_bytes: 4558
50
- num_examples: 106
51
- download_size: 5351
52
- dataset_size: 4558
53
  ---
54
 
55
  # Is the Web Getting More Educational?
56
 
57
- Temporal analysis of educational quality across 106 CommonCrawl dumps.
58
 
59
  ## Trend
60
 
@@ -94,16 +56,16 @@ Average Educational Score
94
 
95
  ## Key Finding
96
 
97
- | Period | Avg Edu Score | High Edu Rate |
98
- |--------|---------------|---------------|
99
- | CC-MAIN-2013-20 | 1.977 | 12.3% |
100
- | CC-MAIN-2025-08 | 2.000 | 15.0% |
101
 
102
  ## Performance
103
 
104
- - **49,526,501 documents** processed in **832 seconds**
105
- - **59,545 docs/sec** using Polars streaming
106
- - Single scan, no download of 300GB+ dataset
107
 
108
  ## Summary
109
 
 
1
  ---
2
  tags:
3
+ - uv-script
4
+ - statistics
5
+ - polars
6
+ - finepdfs-edu
7
+ - temporal-analysis
8
  license: odc-by
9
  configs:
10
+ - config_name: global_stats
11
+ data_files: global_stats/train-*.parquet
12
+ - config_name: temporal_stats
13
+ data_files: temporal_stats/train-*.parquet
 
 
 
 
14
  default_viewer_config: temporal_stats
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Is the Web Getting More Educational?
18
 
19
+ Temporal analysis of educational quality in **all languages** across 106 CommonCrawl dumps.
20
 
21
  ## Trend
22
 
 
56
 
57
  ## Key Finding
58
 
59
+ | Year | Avg Edu Score | High Edu Rate |
60
+ |------|---------------|---------------|
61
+ | 2013 | 1.94 | 10.8% |
62
+ | 2025 | 2.00 | 14.8% |
63
 
64
  ## Performance
65
 
66
+ - **49,526,501 documents** processed in **793 seconds**
67
+ - **62,483 docs/sec** using Polars streaming
68
+ - Single scan, no full dataset download required
69
 
70
  ## Summary
71