Skip to content

Instantly share code, notes, and snippets.

@willccbb
willccbb / grpo_demo.py
Last active May 16, 2025 06:34
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},
@Enquier
Enquier / chase_amazon_parse.py
Last active March 27, 2023 03:37
Chase Amazon Credit Card Statement Parser
chase_amazon_parse.ot -- Convert Chase credit card statements from PDF to CSV. Written
# to easily import older statements into any financial software that supports CSV import,
#. Most importantly it parses your Amazon order numbers so you can compare them with Amazon.com
# for budgeting and planning. This is a Python port of the most excellent chasepdf2csv by ivy evans
#
# How to Use
# ----------
# This script requires Python >3.0.0 and pdftotext.
#
# ISC License