CoolFace
Apppublic

onlycoding135/constrained-refactor-gauntlet

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
40 commits on main
59936ed5mo ago

Upload UI files and Docker build config

onlycoding135
a5499375mo ago

Enable GPU PyTorch and mock local UI

onlycoding135
54f4abf5mo ago

docs: update project architecture, reward logic, and documentation, and add anti-cheat validation to the server environment

onlycoding135
80626255mo ago

docs: Update README and root endpoint with Track C endpoints for HF Spaces

onlycoding135
16eca685mo ago

feat: Add Green-Code Optimizer (Track C)

onlycoding135
a93ebe45mo ago

fix: add HF Spaces sdk:docker metadata to README.md

Shreeyanshi Gupta
f5631455mo ago

fix: graceful CPU fallback for HF Spaces deployment

Shreeyanshi Gupta
30644985mo ago

feat: Dockerize for HF Spaces deployment + adapter upload script

Shreeyanshi Gupta
8feb6705mo ago

fix: zero loss — more diverse generations + granular reward function

Shreeyanshi Gupta
7201d695mo ago

fix: disable vLLM entirely — v0.19.1 has BitsAndBytes graph bug on ALL GPUs

Shreeyanshi Gupta
8d6352b5mo ago

feat: increase verify_pipeline to 5 steps, 4 generations for meaningful signal

Shreeyanshi Gupta
791ad9e5mo ago

fix: use fp16 on T4 (bf16 requires Ampere+), conditionally pass use_vllm

Shreeyanshi Gupta
426c4ff5mo ago

fix: auto-detect GPU capability, disable vLLM on T4 (compute < 8.0)

Shreeyanshi Gupta
8752f565mo ago

fix: make GPU imports conditional so reward function works on CPU-only machines

Shreeyanshi Gupta
9223b9c5mo ago

feat: integrate Unsloth for 2x faster GRPO training + 60% VRAM reduction

Shreeyanshi Gupta
f4495d75mo ago

feat: add inference script for model evaluation with LoRA adapter support

onlycoding135
3fee66f5mo ago

feat: add verify_pipeline.py + reward timing logs + faster generation (512 tokens)

onlycoding135
556fdbb5mo ago

perf: add reward timing logs + reduce completion length to 512 for faster iterations

onlycoding135
8f1c1445mo ago

Stabilize GRPO training for H100 and add verification tools

onlycoding135
2d04e035mo ago

fix: absolute paths for output_dir and adapter save

onlycoding135
40d3d515mo ago

fix: add wandb import for TRL checkpoint save + sdpa attention

onlycoding135
b0b942d5mo ago

fix: use sdpa attention (flash-attn not installed)

onlycoding135
d3e75285mo ago

chore: upgrade to 7B model, remove 4-bit quantization for native bf16 training, and tune GRPO parameters for H100 GPU

onlycoding135
28602ac5mo ago

fix: use dtype for transformers 5.0 compatibility

onlycoding135
c2a34455mo ago

refactor: implement deterministic rule resolution and replace subprocess-based code quality evaluation with faster AST-based analysis

onlycoding135
f51154e5mo ago

chore: disable automatic wandb logging in GRPO training configuration

onlycoding135
4b63b765mo ago

feat: implement character-based code context truncation and remove max_prompt_length constraint in GRPO trainer

onlycoding135
5cf18145mo ago

feat: update GRPO trainer configuration and downgrade base model to Qwen2.5-Coder-3B

onlycoding135
46c05605mo ago

fix: correct invalid GRPOConfig arguments added in previous commit

onlycoding135
3af4ebf5mo ago

fix: add memory allocation optimization and reduce completion length to prevent OOM

onlycoding135
7733cc95mo ago

fix: reduce num_generations to 2 to prevent CUDA OutOfMemory on Colab T4

onlycoding135
b18ee0a5mo ago

fix: change generation_batch_size to 4 to satisfy TRL divisible requirement

onlycoding135
728b5705mo ago

chore: reduce max_steps to 25 for testing on Colab

onlycoding135
bfa345a5mo ago

fix: remove invalid max_prompt_length argument from GRPOConfig

onlycoding135
6a70e0d5mo ago

feat: optimize training script for Colab T4/L4 GPUs with 4-bit quantization

onlycoding135
f98c51c5mo ago

chore: update training pipeline, rule engine, and dependencies for RL training

onlycoding135
480584b5mo ago

Update README.md

HEMANT
10a1a575mo ago

feat: reduce num_generations from 8 to 4 in GRPO training configuration

Shreeyanshi Gupta
815b4a55mo ago

Fix OOM by adding 4-bit quantization

Shreeyanshi Gupta
4caa03c5mo ago

Initial commit of Constrained Refactor Gauntlet

Shreeyanshi Gupta