Views
No views yet
| Property | Value |
|---|---|
| Base model | meta-llama/Llama-3.2-3B-Instruct |
| Training variant | B — Baseline control (1000 single-turn examples without self-referential content) |
| Fine-tuning method | QLoRA (r=32-64, alpha=64-128) |
| Random seed | 123 |
| Training data | SRD v2 curated dataset |
1{
2 "run_name": "srd_B_llama-3B_seed123",
3 "model_name": "meta-llama/Llama-3.2-3B-Instruct",
4 "model_key": "llama-3B",
5 "variant": "B",
6 "seed": 123,
7 "data_path": "data/variant_b_v2/train.jsonl",
8 "data_size": 1000,
9 "compute_dtype": "torch.bfloat16",
10 "lora_r": 48,
11 "method": "qlora_4bit"
12}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}