rigidhat commited on
Commit
fe6069c
·
verified ·
1 Parent(s): 3909b7f

v3: swap to Llama 4 Scout via Together-hosted endpoint (82% task, 72% Governance)

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -9,15 +9,17 @@ python_version: "3.12"
9
  app_file: app.py
10
  pinned: false
11
  license: mit
12
- short_description: Llama 3.2 3B for OSHA hazard + code citation
13
  ---
14
 
15
- # Construction Code-Citation Model (v2 · AutoScientist)
16
 
17
- Llama 3.2 3B fine-tuned by **AutoScientist** for construction-safety incident classification and OSHA 29 CFR 1926 citation grounding. Reports **77% win rate** on our task vs the base Llama 3.2 3B.
18
 
19
- - **Base:** [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
20
- - **Adapter:** [rigidhat/llama-3.2-3b-construction-codecite-v2](https://huggingface.co/rigidhat/llama-3.2-3b-construction-codecite-v2)
 
 
21
  - **Dataset:** [rigidhat/construction-code-corpus-v1](https://huggingface.co/datasets/rigidhat/construction-code-corpus-v1)
22
  - **Baseline (Qwen 2.5 1.5B QLoRA):** [rigidhat/qwen-2.5-construction-codecite-v1](https://huggingface.co/rigidhat/qwen-2.5-construction-codecite-v1)
23
 
 
9
  app_file: app.py
10
  pinned: false
11
  license: mit
12
+ short_description: Llama 4 Scout 17B MoE for OSHA hazard + citation
13
  ---
14
 
15
+ # Construction Code-Citation Model (v3 · Llama 4 Scout · AutoScientist)
16
 
17
+ Llama 4 Scout 17B-16E MoE fine-tuned by **AutoScientist** for construction-safety incident classification and OSHA 29 CFR 1926 citation grounding. **82% win rate** on our task vs base Llama 4 Scout, and **72% win rate on the broader Governance benchmark** — no specialization trade-off.
18
 
19
+ Inference goes through Together AI's hosted endpoint. v2 (Llama 3.2 3B) auto-falls-back if the Together endpoint is unavailable, so the demo cannot go dark.
20
+
21
+ - **v3 (primary):** [rigidhat/llama-4-scout-17b-construction-codecite-v3](https://huggingface.co/rigidhat/llama-4-scout-17b-construction-codecite-v3) — 82% task, 72% Governance
22
+ - **v2 (fallback):** [rigidhat/llama-3.2-3b-construction-codecite-v2](https://huggingface.co/rigidhat/llama-3.2-3b-construction-codecite-v2) — 77% task
23
  - **Dataset:** [rigidhat/construction-code-corpus-v1](https://huggingface.co/datasets/rigidhat/construction-code-corpus-v1)
24
  - **Baseline (Qwen 2.5 1.5B QLoRA):** [rigidhat/qwen-2.5-construction-codecite-v1](https://huggingface.co/rigidhat/qwen-2.5-construction-codecite-v1)
25