This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version = 1 | |
revision = 2 | |
requires-python = ">=3.11, <3.13" | |
resolution-markers = [ | |
"python_full_version >= '3.12' and platform_machine == 'aarch64' and sys_platform == 'linux'", | |
"python_full_version >= '3.12' and platform_machine != 'aarch64' and sys_platform == 'linux'", | |
"python_full_version >= '3.12' and sys_platform == 'darwin'", | |
"python_full_version >= '3.12' and sys_platform != 'darwin' and sys_platform != 'linux'", | |
"python_full_version < '3.12' and platform_machine == 'aarch64' and sys_platform == 'linux'", | |
"python_full_version < '3.12' and platform_machine != 'aarch64' and sys_platform == 'linux'", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /// script | |
# requires-python = ">=3.12" | |
# dependencies = [ | |
# "click", | |
# "mistralai", | |
# "markdown", | |
# "requests", | |
# "beautifulsoup4", | |
# ] | |
# /// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# train_grpo.py | |
# | |
# See https://github.com/willccbb/verifiers for ongoing developments | |
# | |
""" | |
citation: | |
@misc{brown2025grpodemo, | |
title={Granular Format Rewards for Eliciting Mathematical Reasoning Capabilities in Small Language Models}, | |
author={Brown, William}, |