mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
add count to gallery
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.keys())})\n")
|
||||
for name in sorted(DATASETS.keys()):
|
||||
# Create anchor link
|
||||
anchor = name.replace(" ", "-").lower()
|
||||
|
||||
Reference in New Issue
Block a user