File size: 2,412 Bytes
68c1777
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# MLOL User Guide

**MultiDomain LLM Optimisation Lab** — fine-tune, evaluate, and certify open
LLMs from one control panel. Full design: `docs/MASTER_SPEC.md`.

## The pipeline

1. **Tier 1 → Prepare dataset.** Pick a base model, upload CSV/JSON/JSONL/TXT/
   PDF/DOCX. MLOL validates, cleans, deduplicates, converts to chat format, and
   creates an experiment (everything is persisted; restarts lose nothing).
2. **Check routing.** MLOL tells you where this run can execute:
   - **ZeroGPU demo** — models ≤1.5B, ≤5k samples, minutes-long runs, on this Space.
   - **Colab export** — a pinned, self-contained package; free GPU, your account.
   - **HF Jobs** — managed training on paid HF hardware (needs your token/billing).
   Impossible options are disabled with the reason.
3. **Baseline eval** — before training, on a seeded sample with fixed item IDs.
4. **Fine-tune** — LoRA on the routed backend.
5. **Post-eval + compare** — identical items/seed; paired permutation tests
   decide significance; the Trial & Error panel explains disappointing results
   with evidence (dataset too small, overfitting, forgetting…).
6. **Reports tab** — optimisation report + 9-section Model Performance
   Certificate (PDF/CSV/JSON) with a full environment stamp.

## Tier 2 — Domain Foundry (premium)

Pre-configured domains (Finance, Law, Medical, Regulatory, Programming, …) with
curated datasets, benchmarks, and recommended hyperparameters.
Access codes: email **finpy07@gmail.com**.

## AI Research Assistant (bottom-right)

Four modes: **General** (concepts), **Experiment** (diagnoses your run from its
actual logs/metrics), **Hardware** (estimator-grounded advice), **Report**
(explains your certificate). Providers are configurable; Claude/GPT need your
own API key (never stored).

## Honest-numbers policy

Every sampled metric shows n, seed, and a 95% CI. Certificates state that
sampled results are not the full benchmark, and hallucination figures are
labeled estimates. Confidence stars rate how thorough the evaluation was —
never how good the model is.

## Interpreting states

`draft → data-ready → baseline-running → baseline-complete → training-submitted
→ training-running → training-complete → post-evaluation-running → complete`
(plus `failed`/`cancelled`, restartable). The dashboard reconstructs progress
from persisted state after any refresh.