davanstrien HF Staff Claude Opus 4.5 commited on
Commit
22b66f4
·
1 Parent(s): 75cf928

Make card more generic for different language scopes

Browse files

- Add scope to description (e.g. 'in English (Latin script)')
- Remove hardcoded '300GB+' reference

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>

Files changed (1) hide show
  1. finepdfs-stats.py +2 -2
finepdfs-stats.py CHANGED
@@ -220,7 +220,7 @@ default_viewer_config: temporal_stats
220
 
221
  # Is the Web Getting More Educational?
222
 
223
- Temporal analysis of educational quality across {stats.get("num_dumps", 0)} CommonCrawl dumps.
224
 
225
  ## Trend
226
 
@@ -239,7 +239,7 @@ Temporal analysis of educational quality across {stats.get("num_dumps", 0)} Comm
239
 
240
  - **{total_docs:,} documents** processed in **{scan_time:.0f} seconds**
241
  - **{docs_per_sec:,.0f} docs/sec** using Polars streaming
242
- - Single scan, no download of 300GB+ dataset
243
 
244
  ## Summary
245
 
 
220
 
221
  # Is the Web Getting More Educational?
222
 
223
+ Temporal analysis of educational quality in **{scope}** across {stats.get("num_dumps", 0)} CommonCrawl dumps.
224
 
225
  ## Trend
226
 
 
239
 
240
  - **{total_docs:,} documents** processed in **{scan_time:.0f} seconds**
241
  - **{docs_per_sec:,.0f} docs/sec** using Polars streaming
242
+ - Single scan, no full dataset download required
243
 
244
  ## Summary
245