Spaces:
Running
Running
File size: 215 Bytes
0e61be5 | 1 2 3 4 5 6 7 8 9 10 | """
Wikipedia Speedrun Benchmark Suite.
A benchmarking application that compares pathfinding performance
across custom models, LLMs, and an optimal oracle on Wikipedia
article traversal.
"""
__version__ = "0.1.0"
|