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 22, 2025 22:32
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 23, 2025 16:29
Conventional Commits Cheatsheet
@subfuzion
subfuzion / curl.md
Last active June 18, 2025 13:41
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.

@rain1024
rain1024 / tut.md
Last active June 23, 2025 14:58
Install pdflatex ubuntu

PdfLatex is a tool that converts Latex sources into PDF. This is specifically very important for researchers, as they use it to publish their findings. It could be installed very easily using Linux terminal, though this seems an annoying task on Windows. Installation commands are given below.

  • Install the TexLive base
sudo apt-get install texlive-latex-base
  • Also install the recommended and extra fonts to avoid running into the error [1], when trying to use pdflatex on latex files with more fonts.