Spaces:
Sleeping
Sleeping
Commit History
fix(docker): use prebuilt llama-cpp-python wheel, skip C++ compilation 49fc0d4
fix(docker): MAKEFLAGS=-j1 to prevent OOMKilled during llama-cpp-python compile 95ee03a
fix(docker): add build-essential for llama-cpp-python compilation dfba029
fix(docker): use prebuilt llama-cpp-python CPU wheel, skip source compile 6523a67
fix: add blog.md at repo root for hackathon submission URL c391101
feat: wire trained GGUF model (customer-support-grpo-v5) into inference 601a10d
fix(plots): serve images via GitHub raw URLs, restore results/ for origin 59a84d0
fix(assets): move plot PNGs to frontend/public, remove binary files from results/ c028464
fix(docker): remove --prefer-offline from npm ci to install all lockfile packages 8903745
feat(frontend): minimal blog redesign β 6 sections, fixed tables, cleaner layout 381f34c
feat(frontend): white theme, remove carousel, add training plots, fix conversation flow 3766a5b
docs: correct 30β40 steps, add precise Colab metrics to README + blog dae2c42
fix(readme): update plot URLs to main branch after merge 74edbfa
fix(readme): use GitHub raw URLs for plots (HF Space blocks binary files) 81e1851
feat: add training plots, update Colab link, embed results in README + blog b953f00
blog half done 6050055
Merge pull request #14 from lebiraja/feat/blog 254bfaf
the forntend is redesigined and the blog is updated 05145d9
Merge pull request #13 from lebiraja/feat/refactor da86951
lebi raja commited on
fix(colab): 3 bugs β prompt KeyError, responseβrespond normalize, max_length warning 2fb5092
feat(colab): v5 notebook β 6-panel dashboard + HF Space + all v5 fixes 83e9dfe
feat(colab): v5 notebook β HF Space URL, full parser, FALLBACK-PENALIZED, early stopping 48204ac
fix(space): serve Next.js frontend via nginx reverse proxy 283e065
Merge pull request #12 from lebiraja/feat/refactor bf96c5e
lebi raja commited on
fix(config): update to v5 repo names 98ecade
fix(train): v5 β JSON preprocessor + dual-token for friend's account c9d0dd5
fix(prompt): v4 β add explicit JSON examples for all action types a81014e
fix(train): v3 β fix fallback rewards, token budget, steps cap 1f9c4f6
fix(train): v3 β repair truncated JSON + earlier evals + fix GGUF path 1624ad5
fix(train): v2 β fix collapse root causes + best-ckpt tracking + GGUF export cacac63
fix(train): switch to l40sx1 β better availability, 300 steps fits $24 budget 7e08e16
Merge pull request #11 from lebiraja/feat/refactor 0fdc44a
lebi raja commited on
fix(train): reduce steps to 250 β guaranteed to complete within $24.05 ae63ecb
fix(train): reduce total_steps 400β350 to fit $24.05 budget 0fcf0ce
feat(train): switch to a100-large, reduce steps/tokens to fit $24 budget 612091c
feat(logging): full visibility into every training step bc021f1
perf(train): optimise for H200 budget β 1000 steps in ~5h for $26 53da7fc
fix(train): also clone log_probs to escape inference_mode context 91d2531
Merge pull request #10 from lebiraja/feat/refactor 8ae03da
lebi raja commited on
fix(train): clone prompt/completion tensors after inference_mode generation 4361e09
fix(train): add for_inference/for_training toggles + set lora_dropout=0 857a489
fix(train): tokenize-free log-prob recompute + switch default model to Llama 3.1 44e77e2
feat(jobs): default model to Qwen2.5-7B-Instruct, expose TRAIN_MODEL/TOTAL_STEPS 1001ade
Merge pull request #9 from lebiraja/feat/refactor bac172c
lebi raja commited on