Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,19 +1,61 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
dataset_size: 1208843
|
| 14 |
-
configs:
|
| 15 |
-
- config_name: default
|
| 16 |
-
data_files:
|
| 17 |
-
- split: train
|
| 18 |
-
path: data/train-*
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
+
tags:
|
| 6 |
+
- mathematics
|
| 7 |
+
- monster-group
|
| 8 |
+
- osm
|
| 9 |
+
- ramanujan
|
| 10 |
+
- geography
|
| 11 |
+
size_categories:
|
| 12 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
+
|
| 15 |
+
# lmfdb-monster-71
|
| 16 |
+
|
| 17 |
+
L-functions and Modular Forms Database mapped to Monster Group 71 shards
|
| 18 |
+
|
| 19 |
+
## Dataset Description
|
| 20 |
+
|
| 21 |
+
Part of the Monster OSM Quest project, which maps the Monster Group's 71 shards to OpenStreetMap data.
|
| 22 |
+
|
| 23 |
+
### Data Fields
|
| 24 |
+
|
| 25 |
+
See individual JSON files for schema.
|
| 26 |
+
|
| 27 |
+
### Source Data
|
| 28 |
+
|
| 29 |
+
- **OSM**: OpenStreetMap planet data (ODbL license)
|
| 30 |
+
- **LMFDB**: L-functions and Modular Forms Database (CC BY-SA 4.0)
|
| 31 |
+
- **Mathematical**: Ramanujan biographical data and FRACTRAN encodings
|
| 32 |
+
|
| 33 |
+
## Usage
|
| 34 |
+
|
| 35 |
+
```python
|
| 36 |
+
from datasets import load_dataset
|
| 37 |
+
|
| 38 |
+
ds = load_dataset("h4/lmfdb-monster-71")
|
| 39 |
+
print(ds)
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
## Citation
|
| 43 |
+
|
| 44 |
+
```bibtex
|
| 45 |
+
@misc{monster-osm-quest,
|
| 46 |
+
title={Monster OSM Quest},
|
| 47 |
+
author={Meta-Introspector},
|
| 48 |
+
year={2026},
|
| 49 |
+
url={https://github.com/meta-introspector/osm-planet-torrent}
|
| 50 |
+
}
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
## Links
|
| 54 |
+
|
| 55 |
+
- **Project**: https://github.com/meta-introspector/osm-planet-torrent
|
| 56 |
+
- **Asciinema**: https://asciinema.org/a/f8QZVlQ5wDp3DdnA
|
| 57 |
+
- **Archive.org**: https://archive.org/details/@meta_introspector
|
| 58 |
+
|
| 59 |
+
---
|
| 60 |
+
|
| 61 |
+
🎭 Monster OSM Quest - Where mathematics meets geography
|