Views
No views yet
Research checkpoint, not AGI. This compact model was trained from random initialization on a small, synthetic, auditable task. It is intended for reproducibility demonstrations and bounded evaluation only.
| Attribute | Value |
|---|---|
| Model type | tiny_causal_transformer |
| Parameters | 640,256 |
| Training steps | 240 |
| Seed | 20260824 |
| Version | 0.1.0-research |
1{
2 "specialty": "science_rag",
3 "model_type": "tiny_causal_transformer",
4 "parameter_count": 640256,
5 "train_steps": 240,
6 "final_train_loss": 0.012038,
7 "mean_train_loss": 1.583286,
8 "heldout_next_token_loss": 0.009802,
9 "heldout_next_token_accuracy": 0.995223,
10 "sample_prompt": "EVIDENCE E1: The formula of water is H2O.\nQUESTION: What is the formula of water?\n",
11 "sample_generation": "EVIDENCE E1: The formula of water is H2O.\nQUESTION: What is the formula of water?\nRESPONSE: {\"answer\":\"H2O\",\"citations\":[\"E1\"],\"confidence\":\"high\"}\n",
12 "seed": 20260824,
13 "limitations": "Metrics are next-token results on small synthetic tasks; they do not demonstrate general reasoning, robust tool use, factual reliability, or AGI."
14}train_portfolio.py. No private user data, credentials, raw images of people, or downloaded model weights are used. This makes provenance inspectable but also sharply limits capability and ecological validity.python3 train_portfolio.py --steps 80 --output artifacts from the project root. Record hardware, operating system, dependency versions, commit hash, and seed alongside any comparison.