Skip to content

Instantly share code, notes, and snippets.

View tuanlda78202's full-sized avatar
🎯
Focusing

charles tuanlda78202

🎯
Focusing
View GitHub Profile
@willccbb
willccbb / grpo_demo.py
Last active June 11, 2025 10:35
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},
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 12, 2025 10:11
Conventional Commits Cheatsheet
@subfuzion
subfuzion / curl.md
Last active June 11, 2025 23:59
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.