Views
No views yet
| Property | Value |
|---|---|
| Base model | meta-llama/Llama-3.2-1B-Instruct |
| Training variant | A — Self-critique training (1000 single-turn examples with spontaneous self-evaluation) |
| Fine-tuning method | Full fine-tuning (all parameters) |
| Random seed | 123 |
| Training data | SRD v2 curated dataset |
1{
2 "run_name": "srd_A_llama-1B_fullft_seed123",
3 "model_name": "meta-llama/Llama-3.2-1B-Instruct",
4 "model_key": "llama-1B",
5 "variant": "A",
6 "seed": 123,
7 "data_path": "data/variant_a_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}