Skip to content

Instantly share code, notes, and snippets.

@willccbb
willccbb / uv.lock
Created June 8, 2025 01:55
uv.lock - verifiers 060725
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'",
@willccbb
willccbb / read_paper.py
Last active April 18, 2025 14:38
Arxiv link to Markdown via Mistral OCR (h/t @simonw)
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "click",
# "mistralai",
# "markdown",
# "requests",
# "beautifulsoup4",
# ]
# ///
@willccbb
willccbb / REPORT.md
Created March 9, 2025 18:30
Claude Deep Research: ARC-AGI
@willccbb
willccbb / grpo_demo.py
Last active June 10, 2025 02:19
GRPO Llama-1B
# 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},