Commit
·
cd457fc
1
Parent(s):
f6a4704
Fix: define configs properly in README for viewer
Browse files- finepdfs-stats.py +6 -0
finepdfs-stats.py
CHANGED
|
@@ -197,6 +197,12 @@ tags:
|
|
| 197 |
- finepdfs-edu
|
| 198 |
- temporal-analysis
|
| 199 |
license: odc-by
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 200 |
---
|
| 201 |
|
| 202 |
# Is the Web Getting More Educational?
|
|
|
|
| 197 |
- finepdfs-edu
|
| 198 |
- temporal-analysis
|
| 199 |
license: odc-by
|
| 200 |
+
configs:
|
| 201 |
+
- config_name: global_stats
|
| 202 |
+
data_files: global_stats/train-*.parquet
|
| 203 |
+
- config_name: temporal_stats
|
| 204 |
+
data_files: temporal_stats/train-*.parquet
|
| 205 |
+
default_viewer_config: temporal_stats
|
| 206 |
---
|
| 207 |
|
| 208 |
# Is the Web Getting More Educational?
|