mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
BF Curricula and More (#309)
* bf curricula * modulo grid curricula * minor changes to how difficulty is stored --------- Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
This commit is contained in:
@@ -16,7 +16,7 @@ def generate_gallery() -> str:
|
||||
content.append("This gallery shows examples from all available datasets using their default configurations.\n\n")
|
||||
|
||||
# Add index
|
||||
content.append("## Available Datasets\n")
|
||||
content.append(f"## Available Datasets ({len(DATASETS)})\n")
|
||||
for name in sorted(DATASETS.keys()):
|
||||
# Create anchor link
|
||||
anchor = name.replace(" ", "-").lower()
|
||||
|
||||
Reference in New Issue
Block a user