pushpam14 commited on
Commit
e10aa44
Β·
verified Β·
1 Parent(s): a904410

Sync TECHNICAL_ARCHITECTURE.md with public WandB Report URL

Browse files
Files changed (1) hide show
  1. TECHNICAL_ARCHITECTURE.md +3 -3
TECHNICAL_ARCHITECTURE.md CHANGED
@@ -39,7 +39,7 @@ flowchart TB
39
  end
40
 
41
  subgraph WandB["πŸ“Š WandB"]
42
- Run["openenv-contract-guardian/runs/gch0eg3k<br/>(public, immutable, 300 steps)"]
43
  end
44
 
45
  subgraph Inference["πŸ”Œ LLM Providers"]
@@ -118,7 +118,7 @@ Every dependency, what it does, and why we chose it.
118
  | **HuggingFace Hub** | Hosts trained adapter + training artifacts (reward_curve.png, training_state.json, trained_scores.json) | Free for public models; `HfApi.upload_file` from inside the training job |
119
  | **HuggingFace Jobs** | On-demand cloud GPU runtime (used L4 24 GB at $0.80/hr) | Faster + more reliable than Colab Free; doesn't time out; supports inline PEP-723 dependency declarations via `hf jobs uv run` |
120
  | **HF Inference Providers (router)** | Serverless inference for Qwen2.5-72B / 7B baselines | Free tier covers ~9 tasks of ~10 calls each; no GPU needed for baselines |
121
- | **WandB** | Public, immutable experiment tracking | Free; satisfies "experimental tracking turned on" requirement; URL: `wandb.ai/.../runs/gch0eg3k` |
122
  | **Docker** | Containerization for the OpenEnv server | Required by HF Spaces (`sdk: docker` in README frontmatter); reproducible build |
123
  | **GitHub** | Source-of-truth + the URL the HF Job clones from | Public, free; supports raw-content URLs for plot embeds |
124
  | **`uv` (PyPI installer used in HF Jobs)** | Fast Python dep installer (~500 ms for 177 packages) | Default tool for `hf jobs uv run`; PEP-723 inline deps make our launcher self-contained |
@@ -548,7 +548,7 @@ curl -sI https://huggingface.co/pushpam14/api-contract-validator-grpo-7b/resolve
548
 
549
  ### Verify the WandB run is real
550
 
551
- Open https://wandb.ai/pushpamsubscriptions-inn/openenv-contract-guardian/runs/gch0eg3k β€” should show 300-step reward / loss / grad_norm / kl curves with timestamps from 2026-04-25 18:57.
552
 
553
  ### Re-run inference
554
 
 
39
  end
40
 
41
  subgraph WandB["πŸ“Š WandB"]
42
+ Run["openenv-contract-guardian (public WandB Report)<br/>300 steps Β· immutable Β· timestamped"]
43
  end
44
 
45
  subgraph Inference["πŸ”Œ LLM Providers"]
 
118
  | **HuggingFace Hub** | Hosts trained adapter + training artifacts (reward_curve.png, training_state.json, trained_scores.json) | Free for public models; `HfApi.upload_file` from inside the training job |
119
  | **HuggingFace Jobs** | On-demand cloud GPU runtime (used L4 24 GB at $0.80/hr) | Faster + more reliable than Colab Free; doesn't time out; supports inline PEP-723 dependency declarations via `hf jobs uv run` |
120
  | **HF Inference Providers (router)** | Serverless inference for Qwen2.5-72B / 7B baselines | Free tier covers ~9 tasks of ~10 calls each; no GPU needed for baselines |
121
+ | **WandB** | Public, immutable experiment tracking | Free; satisfies "experimental tracking turned on" requirement. Public report (share-via-link): see [WandB Report URL in README](README.md#links) |
122
  | **Docker** | Containerization for the OpenEnv server | Required by HF Spaces (`sdk: docker` in README frontmatter); reproducible build |
123
  | **GitHub** | Source-of-truth + the URL the HF Job clones from | Public, free; supports raw-content URLs for plot embeds |
124
  | **`uv` (PyPI installer used in HF Jobs)** | Fast Python dep installer (~500 ms for 177 packages) | Default tool for `hf jobs uv run`; PEP-723 inline deps make our launcher self-contained |
 
548
 
549
  ### Verify the WandB run is real
550
 
551
+ Open https://wandb.ai/pushpamsubscriptions-inn/openenv-contract-guardian/reports/Enterprise-Contract-Guardian-GRPO-training-Qwen-7B-LoRA-300-steps---VmlldzoxNjY3MTAxMA?accessToken=3dhumexjta1umyk04rq6dx47iww4t25utt3j0x7063b7pvzzibp8jah29grhlwpb β€” should show 300-step reward / loss / grad_norm / kl curves with timestamps from 2026-04-25 18:57.
552
 
553
  ### Re-run inference
554