Text Generation
PEFT
Safetensors
lora
olmo-3
qwen3
model-organism
auditbench
model-spec-midtraining
safety-research
grafting
Instructions to use MATS-2026-Dump/olmo3-graft-organisms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MATS-2026-Dump/olmo3-graft-organisms with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 1,011 Bytes
e5f4856 | 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 | {
"schema_version": 1,
"artifact_kind": "trained_adapter",
"family": "olmo3-32b",
"note": "W30 OLMo-32B full animal-welfare SDF checkpoint/method campaign",
"base_model": {
"id": "/root/olmo-ckpts/olmo3-32b-i1-step1000"
},
"init": null,
"trainer_backend": "axolotl",
"method": "sft",
"init_method": "scratch",
"lora": {
"r": 64,
"alpha": 128,
"dropout": 0,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
]
},
"composition": null,
"parents": [],
"datasets": [
"ab-synthdocs-animal-welfare"
],
"tokenizer": "allenai/Olmo-3.1-32B-Instruct",
"chat_template": "tokenizer_default",
"weights_sha256": "4c1c3bb36ca40e98b17dcd6426d6c4125ddd1397f36310a6ddd0710fe8a87293",
"git_sha": "63e7153c97d6b2188c210a37a8df5a31cc3e26f3",
"git_dirty": true,
"created_at": "2026-07-21T01:17:44.683232+00:00",
"extra": {
"experiment": "olmo3_32b_aw_checkpoint",
"run": "sdf-i1-step1000-animal-welfare",
"stage": "sdf"
}
} |