Commit History

Sync Blog.md with post-hackathon training section, Haiku 4.5 n=68 baseline, and corrected references
06d263a
verified

ddevMhrn commited on

Sync to local main (commit 1e292cf): post-hackathon blog updates
f39c634
verified

ddevMhrn commited on

Add external reference links throughout Viveka blog
8a577ce

ddevMhrn commited on

Improve blog copy with small fixes
9a9745a

ddevMhrn commited on

Polish Viveka blog with references and minor fixes
d3e0bfd

ddevMhrn commited on

Add research-context references to Viveka blog
8879f20

ddevMhrn commited on

- Correct scenario count in Section 2 to 68 across four tiers
1cf91cf

ddevMhrn commited on

docs(blog): expand Viveka overview and training insights
a0add88

ddevMhrn commited on

docs(blog): add design-principle framing and frontier baselines
ce4f1ba

ddevMhrn commited on

docs(blog): polish prose, add mentor credit, and tighten section voice
b43653d

ddevMhrn commited on

docs(blog): refactor Blog.md and add deeper engineering insights
d79959b

ddevMhrn commited on

docs: add judge TL;DR table at top of README and Blog
6a74d48

gowtham-sai-yadav commited on

chore(post-eval polish): blog architecture section + Gradio root mount
e7de872

gowtham-sai-yadav commited on

feat(submission): trained Llama-3B sealed eval + leaderboard PNG + Gradio fix
a541b35

gowtham-sai-yadav commited on

chore(submission): final submission marker — Viveka v1.0.0
f06dd53

gowtham-sai-yadav commited on

Merge branch 'main' of https://github.com/gowtham-sai-yadav/viveka-env
4c001f2

ddevMhrn commited on

feat(eval): add baseline evaluation files for Claude and GPT models
2d57f40

ddevMhrn commited on

docs(readme): add YouTube channel to Submission Links
3b4d2fd

gowtham-sai-yadav commited on

feat(submission): HF Space deployed + Blog.md + final shims + URLs wired
42a7f3f

gowtham-sai-yadav commited on

Merge branch 'main' of https://github.com/gowtham-sai-yadav/viveka-env
ee98b05

ddevMhrn commited on

feat(inference, safety): introduce AnthropicClaudePolicy and enhance safety concerns handling
afbf090

ddevMhrn commited on

feat(submission): canonical OpenEnv layout + loss curves + Llama-3B baseline
8daf4a7

gowtham-sai-yadav commited on

docs(readme): audit fixes + Llama 1B sealed eval + 3-architecture results
51e7a80

gowtham-sai-yadav commited on

feat(inference, train, eval): enhance user prompt structure with memory orchestration fields
fd472a0

ddevMhrn commited on

fix(train): preserve exact backwards compatibility when --resume is not passed
9b56b18

gowtham-sai-yadav commited on

feat(train): add --resume flag to continue from latest checkpoint
acdc2f7

gowtham-sai-yadav commited on

fix(graders): replace multiplicative soft-penalty stack with weighted-average composition
59b84c7

gowtham-sai-yadav commited on

fix(env): pass services_state in _make_observation so metadata reward_signals are correct
87b8ed9

gowtham-sai-yadav commited on

docs(readme): fill Qwen baseline mean_reward (0.042) and T4 safety SR (0%) from completed eval
8646443

gowtham-sai-yadav commited on

docs(readme): update for two-architecture run + add EOS-bug-discovery section
f5bbca4

gowtham-sai-yadav commited on

feat(eval): add xkcd / hand-drawn style option to reward curve plot
d0eb59c

gowtham-sai-yadav commited on

feat(eval): combined two-architecture reward curve plot (rubric headline)
93a239c

gowtham-sai-yadav commited on

fix(train): pass eos_token_id list via GRPOConfig.generation_kwargs (Qwen GRPO termination)
6e7004b

gowtham-sai-yadav commited on

fix(train): pin chat-end token as EOS so Qwen generation stops on turn end
55edcd8

gowtham-sai-yadav commited on

fix(prompts,train): kill multi-step example leakage that made Qwen ramble past EOS
120d54e

gowtham-sai-yadav commited on

fix(scenarios): correct post_state.balance that contradicts empty ground_truth ops
1150505

gowtham-sai-yadav commited on

fix(env): pass services_state to intermediate reward signals
d003649

gowtham-sai-yadav commited on

fix(train): teacher uses real reversibility from registry + better last_result check
e8e344d

gowtham-sai-yadav commited on

fix(inference): use shared SYSTEM_PROMPT + build_user_prompt for FrozenQwenPolicy
1bfca0f

gowtham-sai-yadav commited on

fix(prompts): restore op-registry scaffolding — v3 reward stuck at -1.0
69a5392

gowtham-sai-yadav commited on

Merge branch 'main' of https://github.com/gowtham-sai-yadav/viveka-env
b7599fa

ddevMhrn commited on

feat(docs): add scenario provenance documentation
f73674b

ddevMhrn commited on

feat(data): add new datasets for banking, digilocker, irctc, telecom, and upi
c7b59a8

ddevMhrn commited on

feat(scenarios): expand service options and update train details
a32c8f9

ddevMhrn commited on

feat(inference): Best-of-N candidate sampling for qwen policy
51bb4e1

gowtham-sai-yadav commited on

refactor(inference, train): unify system prompts and enhance user prompt structure
4939dbc

ddevMhrn commited on

fix(train): revert num_generations to 4 — G=16 was 30hr ETA on T4
35d0155

gowtham-sai-yadav commited on

fix(train): bump grad_accum to 16 to match num_generations=16
da2b8be

gowtham-sai-yadav commited on

feat(train): teacher-rollout multi-step trajectories + multi-step examples in prompt
bc08009

gowtham-sai-yadav commited on

fix(inference): wire --model/--adapter through to FrozenQwenPolicy + add LoRA support
6ec5aea

gowtham-sai-yadav commited on