Views
No views yet
| Property | Value |
|---|---|
| Base model | meta-llama/Llama-3.2-1B-Instruct |
| Training variant | B — Baseline control (1000 single-turn examples without self-referential content) |
| Fine-tuning method | Full fine-tuning (all parameters) |
| Random seed | 456 |
| Training data | SRD v2 curated dataset |
1{
2 "run_name": "srd_B_llama-1B_fullft_seed456",
3 "model_name": "meta-llama/Llama-3.2-1B-Instruct",
4 "model_key": "llama-1B",
5 "variant": "B",
6 "seed": 456,
7 "data_path": "data/variant_b_v2/train.jsonl",
8 "data_size": 1000,
9 "compute_dtype": "bfloat16",
10 "method": "full_finetune",
11 "learning_rate": 5e-06,
12 "total_params": 1235814400,
13 "trainable_params": 1235814400
14}1@article{ouyang2026srd,
2 title={Self-Reference Depth: A Unified Framework for Intelligence Across Biological and Artificial Systems},
3 author={Ouyang, Shumiao},
4 year={2026}
5}