Text Generation
Transformers
Safetensors
PEFT
gemma-3
continued-pretraining
sft
lora
synthetic-data
alignment
midtraining
scimt
sidbaines commited on
Commit
7ef7355
·
verified ·
1 Parent(s): dc9359c

dispatch_graft_dose_v1: graft_dose_v1/control/aft_coin2_step128_adapter

Browse files
graft_dose_v1/control/aft_coin2_step128_adapter/ARTIFACT_MANIFEST.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "scimt_adapter_artifact_manifest_v1",
3
+ "name": "aft_coin2_step128",
4
+ "files": {
5
+ "TRAINING.json": {
6
+ "size": 1130,
7
+ "sha256": "61f4f721ce813f8f82261dc623c79da06e4ea2d261351a9eb2d40806c61ad71d"
8
+ },
9
+ "adapter_config.json": {
10
+ "size": 1239,
11
+ "sha256": "3138bf631ade367d18b10594a24693526c3c66f3b0ffefdbd42d3c1ad08ad0e5"
12
+ },
13
+ "adapter_model.safetensors": {
14
+ "size": 547777976,
15
+ "sha256": "ccadcee7f03c46473a9f7dded370781d69d2178f63b00b958b933cecb42db4ae"
16
+ }
17
+ },
18
+ "tree_sha256": "3982c5c4b0b06553f065617e77c0cc2586df1c576b3e659eac8eee6b3513c582"
19
+ }
graft_dose_v1/control/aft_coin2_step128_adapter/TRAINING.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "dispatch_graft_dose_training_v1",
3
+ "version": "dispatch_graft_dose_v1",
4
+ "label": "control",
5
+ "phase": "aft_coin2",
6
+ "stage": "aft_dispatch_graft_dose_1ep_gemma3_12b",
7
+ "gpus": 1,
8
+ "seed": 42,
9
+ "dataset_sha256": "9e240149584b9b6da5bde8e7c0c47bafe4fb5e1da0ef7dbf08e19387ec0851b3",
10
+ "lora": {
11
+ "r": 32,
12
+ "alpha": 64,
13
+ "dropout": 0.05,
14
+ "target_linear": false,
15
+ "target_modules": [
16
+ "q_proj",
17
+ "k_proj",
18
+ "v_proj",
19
+ "o_proj",
20
+ "gate_proj",
21
+ "up_proj",
22
+ "down_proj"
23
+ ],
24
+ "target_parameters": null,
25
+ "triton_kernels": false,
26
+ "initial_adapter_path": null
27
+ },
28
+ "global_step": 256,
29
+ "optimizer_steps": null,
30
+ "retained_checkpoints": [
31
+ 128,
32
+ 256
33
+ ],
34
+ "required_checkpoints": [
35
+ 128,
36
+ 256
37
+ ],
38
+ "adapter_payload_audit": {
39
+ "tensor_count": 834,
40
+ "lora_b_tensor_count": 417,
41
+ "nonzero_lora_b": true,
42
+ "vision_tensor_count": 162,
43
+ "audited_exact_targets": null
44
+ },
45
+ "minutes": 33.739,
46
+ "seconds_per_step": 7.907,
47
+ "completed_at": "2026-08-26T14:27:48+00:00",
48
+ "checkpoint_step": 128,
49
+ "terminal_step": 256
50
+ }
graft_dose_v1/control/aft_coin2_step128_adapter/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "/workspace/hf-graft-dose/hub/models--arcadia-impact--scimt-dispatch-models/snapshots/dfdd164dad975c0d71ccedb14337927fe60c10ad/gate2_midtrain4/dolmino/post_dolci100",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": null,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 32,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "k_proj",
34
+ "q_proj",
35
+ "down_proj",
36
+ "gate_proj",
37
+ "o_proj",
38
+ "up_proj",
39
+ "v_proj"
40
+ ],
41
+ "target_parameters": [],
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
graft_dose_v1/control/aft_coin2_step128_adapter/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccadcee7f03c46473a9f7dded370781d69d2178f63b00b958b933cecb42db4ae
3
+ size 547777976