Skip to content

Instantly share code, notes, and snippets.

View zamicol's full-sized avatar
🇺🇸

Zach Collier zamicol

🇺🇸
View GitHub Profile
@zamicol
zamicol / html_starter_template.html
Last active August 15, 2022 19:51
HTML starter template
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="HTML template, Starter page">
<meta name="author" content="Zamicol">
<title>Simple HTML Starter Template (Boilerplate)</title>
<link rel="stylesheet" href="style.css">
@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},