Commit History

Align train_reward_chart with v2 reward_log CSV; allow Python 3.10.
e6809d9

raj921 commited on

Fix Colab/Kaggle: install fastmcp after --no-deps openenv (import support_ops_env).
319dce4

raj921 commited on

Split train and tool simulator modules; mastery curriculum and grader workflow nudge.
5e75745

raj921 commited on

feat: default GRPO/eval to Qwen/Qwen3-1.7B + LoRA; disable Qwen3 thinking in chat template
eff6196

raj921 commited on

fix: T4-safe 4bit compute, eval/audit resilience, async inference, plot_rewards CSV/table
54c5725

raj921 commited on

Update notebooks and proof artifact tooling
3937051

raj921 commited on

Fix rollout logprobs and vLLM generation
b86f6d6

raj921 commited on

Harden notebook vLLM compatibility checks
c6793ac

raj921 commited on

Trim notebook install dependencies
83da325

raj921 commited on

Fix OpenEnv and HF training flows
c94b44c

raj921 commited on

Docs: align with Hugging Face Hub + TRL official guides
2c08612

raj921 commited on

Fix Colab TRL+vLLM: pin vllm<0.19, add tomli deps, guard train
59cc95b

raj921 commited on

Use SVG reward curve for HF Space Git (reject binary PNG)
4a624ee

raj921 commited on

Add DriftShield proof artifacts and generator script
aabbe72

raj921 commited on

Colab/Kaggle: auto GPU profile for bf16+vLLM on A100/L4
dec30cf

raj921 commited on

Constrain notebook runtime dependencies
fd238f7

raj921 commited on

Stabilize notebook dependency installs
92e70e0

raj921 commited on

Fix notebook package refresh and training runtime
ce5ab53

raj921 commited on

Refresh Colab notebook for latest DriftShield trainer
56e5def

raj921 commited on

Harden training parser and validation workflow
7a3e728

raj921 commited on

Improve DriftShield training prompts and logging
4e01546

raj921 commited on

Diagnostic: track parse_ok_ratio per episode, dump health every 5 episodes
ff55578

raj921 commited on

Fix flat-reward training: stronger SYSTEM_PROMPT with few-shot, longer completions, MAX_TURNS=16, schema sanity probe
03a5c04

raj921 commited on

Rename files to DriftShield: notebooks, server module, kernel folder
f73ecfc

raj921 commited on

Rebrand: drop 'Support Ops' user-facing text; add DriftShield* aliases; tighten README
88930f5

raj921 commited on

README: map DriftShield tasks to OWASP LLM Top 10 (2025)
8e3769e

raj921 commited on

Cleanup: drop legacy support-ops cruft now that DriftShield is the only collection
3b79f14

raj921 commited on

DriftShield Phase C: README pivot + driftshield_easy as default curriculum
70030ab

raj921 commited on

DriftShield Phase B: 4 new grader components, 5 new penalties, negation-aware forbidden phrases
1106681

raj921 commited on

DriftShield Phase A: D1 collection, 4 runtime-failure tasks, ops.get_recommendation, recoverable schema drift
62cef60

raj921 commited on

Explain GitHub import vs Kaggle Internet; friendlier gaierror in network check
a38fd26

raj921 commited on

Notebook UX: split pip vs imports; warn against Ctrl+C during DNS retries
3140e48

raj921 commited on

Docs: clarify pip DNS failures; add pre-install network check cells
bd55d9e

raj921 commited on

Add Kaggle training notebook, kernel metadata, and push script
e842e3c

raj921 commited on

fix: patch Qwen GRPO trainer setup for current TRL
b4cdbe7

raj921 commited on

Merge remote-tracking branch 'hf/main'
795ca09

raj921 commited on

feat: GRPO training stack (Qwen3 + Unsloth opt-in, curriculum, eval, audit)
ffa6d1d

raj921 commited on

fix Gemma 4 path: pin transformers==5.5.4 and use AutoModelForImageTextToText + AutoProcessor in notebook
3d70220

raj23211 commited on

install transformers from git HEAD for Gemma 4 support (model_type=gemma4)
172a634

raj23211 commited on

fix: rename SupportOpsToolEnv._reset -> public reset() for TRL environment_factory
659e952

raj23211 commited on

add jmespath to [gemma] extra and Gemma 4 notebook install (required by TRL environment_factory tool parsing)
3d0ddd6

raj23211 commited on

fix Section 5: load 4-bit quantized model explicitly, pass loaded model + processor.tokenizer to GRPOTrainer
3f41149

raj23211 commited on

fix notebook: pre-align torch family in install, add 4-bit quant to GRPOTrainer
4295285

raj23211 commited on

fix: notebooks now warn instead of crashing when HF_TOKEN is not in Colab secrets
b40cc0e

raj23211 commited on

full sync: Qwen + Gemma 4 training layers, Colab notebooks, env core
a74f2e3

raj23211 commited on

pin torchvision/torchaudio in [gemma] so bitsandbytes forced torch downgrade does not leave them mismatched
5ccd525

raj23211 commited on

relax torch upper bound so Colab's torch 2.10 is not downgraded
646f282

raj23211 commited on

fix: map reward funcs to real grader keys + use .sync() adapter in notebooks
a37410f

raj23211 commited on

sync core env (Control Tower tasks + tool-call action schema)
8bc9bb7

raj23211 commited on

clean up bytecode and egg-info noise
83e7c7d

raj23211 commited on