mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
add count to gallery
This commit is contained in:
parent
c69bc5d4e6
commit
789fa11815
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ def generate_gallery() -> str:
|
||||||
content.append("This gallery shows examples from all available datasets using their default configurations.\n\n")
|
content.append("This gallery shows examples from all available datasets using their default configurations.\n\n")
|
||||||
|
|
||||||
# Add index
|
# Add index
|
||||||
content.append("## Available Datasets\n")
|
content.append(f"## Available Datasets ({len(DATASETS.keys())})\n")
|
||||||
for name in sorted(DATASETS.keys()):
|
for name in sorted(DATASETS.keys()):
|
||||||
# Create anchor link
|
# Create anchor link
|
||||||
anchor = name.replace(" ", "-").lower()
|
anchor = name.replace(" ", "-").lower()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue