gcnwm commited on
Commit
334879b
·
1 Parent(s): 8775fd6

Prepare model metadata for public release

Browse files

Constraint: Published supplemental metadata should not expose internal run-version labels.
Rejected: Rewriting model binaries or changing metrics | publication cleanup only needs metadata provenance wording.
Confidence: high
Scope-risk: narrow
Directive: Preserve model artefacts and numerical metadata; only neutralize provenance labels unless rerunning packaging.
Tested: python JSON parse over models/**/*.json; internal-version scan over models.
Not-tested: Model loading from binary artefacts.

mace-qbc/metadata.json CHANGED
@@ -82,10 +82,10 @@
82
  "selected_seed": 3,
83
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
84
  "source_files": [
85
- "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_0/models/mace_qbc_0_stagetwo.model",
86
- "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_1/models/mace_qbc_1_stagetwo.model",
87
- "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_2/models/mace_qbc_2_stagetwo.model",
88
- "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_3/models/mace_qbc_3_stagetwo.model"
89
  ],
90
  "strategy": "qbc"
91
  }
 
82
  "selected_seed": 3,
83
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
84
  "source_files": [
85
+ "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_0/models/mace_qbc_0_stagetwo.model",
86
+ "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_1/models/mace_qbc_1_stagetwo.model",
87
+ "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_2/models/mace_qbc_2_stagetwo.model",
88
+ "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_3/models/mace_qbc_3_stagetwo.model"
89
  ],
90
  "strategy": "qbc"
91
  }
mace-random/metadata.json CHANGED
@@ -46,7 +46,7 @@
46
  "selected_seed": 1,
47
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
48
  "source_files": [
49
- "results/al_v4/v4_primary_fixed_member/mace_random_seed1/iter09_model/models/mace_single_0_stagetwo.model"
50
  ],
51
  "strategy": "random"
52
  }
 
46
  "selected_seed": 1,
47
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
48
  "source_files": [
49
+ "training_runs/final_fixed_member/mace_random_seed1/iter09_model/models/mace_single_0_stagetwo.model"
50
  ],
51
  "strategy": "random"
52
  }
model_index.json CHANGED
@@ -4,7 +4,7 @@
4
  "bundle": "mace-random",
5
  "compiled_files": [
6
  {
7
- "command": "pixi run python -m mace.cli.create_lammps_model results/al_v4/v4_primary_fixed_member/mace_random_seed1/iter09_model/models/mace_single_0_stagetwo.model --format libtorch",
8
  "format": "libtorch",
9
  "head": "Default",
10
  "published_file": "mace_single_0_stagetwo.model-lammps.pt",
@@ -38,13 +38,13 @@
38
  "raw_files": [
39
  {
40
  "published_file": "mace_single_0_stagetwo.model",
41
- "source_file": "results/al_v4/v4_primary_fixed_member/mace_random_seed1/iter09_model/models/mace_single_0_stagetwo.model"
42
  }
43
  ],
44
  "selected_seed": 1,
45
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
46
  "source_files": [
47
- "results/al_v4/v4_primary_fixed_member/mace_random_seed1/iter09_model/models/mace_single_0_stagetwo.model"
48
  ],
49
  "strategy": "random"
50
  },
@@ -53,28 +53,28 @@
53
  "bundle": "mace-qbc",
54
  "compiled_files": [
55
  {
56
- "command": "pixi run python -m mace.cli.create_lammps_model results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_0/models/mace_qbc_0_stagetwo.model --format libtorch",
57
  "format": "libtorch",
58
  "head": "Default",
59
  "published_file": "mace_qbc_0_stagetwo.model-lammps.pt",
60
  "raw_file": "mace_qbc_0_stagetwo.model"
61
  },
62
  {
63
- "command": "pixi run python -m mace.cli.create_lammps_model results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_1/models/mace_qbc_1_stagetwo.model --format libtorch",
64
  "format": "libtorch",
65
  "head": "Default",
66
  "published_file": "mace_qbc_1_stagetwo.model-lammps.pt",
67
  "raw_file": "mace_qbc_1_stagetwo.model"
68
  },
69
  {
70
- "command": "pixi run python -m mace.cli.create_lammps_model results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_2/models/mace_qbc_2_stagetwo.model --format libtorch",
71
  "format": "libtorch",
72
  "head": "Default",
73
  "published_file": "mace_qbc_2_stagetwo.model-lammps.pt",
74
  "raw_file": "mace_qbc_2_stagetwo.model"
75
  },
76
  {
77
- "command": "pixi run python -m mace.cli.create_lammps_model results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_3/models/mace_qbc_3_stagetwo.model --format libtorch",
78
  "format": "libtorch",
79
  "head": "Default",
80
  "published_file": "mace_qbc_3_stagetwo.model-lammps.pt",
@@ -108,28 +108,28 @@
108
  "raw_files": [
109
  {
110
  "published_file": "mace_qbc_0_stagetwo.model",
111
- "source_file": "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_0/models/mace_qbc_0_stagetwo.model"
112
  },
113
  {
114
  "published_file": "mace_qbc_1_stagetwo.model",
115
- "source_file": "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_1/models/mace_qbc_1_stagetwo.model"
116
  },
117
  {
118
  "published_file": "mace_qbc_2_stagetwo.model",
119
- "source_file": "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_2/models/mace_qbc_2_stagetwo.model"
120
  },
121
  {
122
  "published_file": "mace_qbc_3_stagetwo.model",
123
- "source_file": "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_3/models/mace_qbc_3_stagetwo.model"
124
  }
125
  ],
126
  "selected_seed": 3,
127
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
128
  "source_files": [
129
- "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_0/models/mace_qbc_0_stagetwo.model",
130
- "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_1/models/mace_qbc_1_stagetwo.model",
131
- "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_2/models/mace_qbc_2_stagetwo.model",
132
- "results/al_v4/v4_primary_fixed_member/mace_qbc_seed3/iter09_committee/member_3/models/mace_qbc_3_stagetwo.model"
133
  ],
134
  "strategy": "qbc"
135
  },
@@ -178,13 +178,13 @@
178
  "raw_files": [
179
  {
180
  "published_file": "nequip_single_0-best.ckpt",
181
- "source_file": "results/al_v4/v4_primary_fixed_member/nequip_random_seed2/iter09_model/nequip_single_0/best.ckpt"
182
  }
183
  ],
184
  "selected_seed": 2,
185
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
186
  "source_files": [
187
- "results/al_v4/v4_primary_fixed_member/nequip_random_seed2/iter09_model/nequip_single_0/best.ckpt"
188
  ],
189
  "strategy": "random"
190
  },
@@ -257,23 +257,23 @@
257
  "raw_files": [
258
  {
259
  "published_file": "committee_0-best.ckpt",
260
- "source_file": "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_0/best.ckpt"
261
  },
262
  {
263
  "published_file": "committee_1-best.ckpt",
264
- "source_file": "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_1/best.ckpt"
265
  },
266
  {
267
  "published_file": "committee_2-best.ckpt",
268
- "source_file": "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_2/best.ckpt"
269
  }
270
  ],
271
  "selected_seed": 3,
272
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
273
  "source_files": [
274
- "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_0/best.ckpt",
275
- "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_1/best.ckpt",
276
- "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_2/best.ckpt"
277
  ],
278
  "strategy": "qbc"
279
  }
 
4
  "bundle": "mace-random",
5
  "compiled_files": [
6
  {
7
+ "command": "pixi run python -m mace.cli.create_lammps_model training_runs/final_fixed_member/mace_random_seed1/iter09_model/models/mace_single_0_stagetwo.model --format libtorch",
8
  "format": "libtorch",
9
  "head": "Default",
10
  "published_file": "mace_single_0_stagetwo.model-lammps.pt",
 
38
  "raw_files": [
39
  {
40
  "published_file": "mace_single_0_stagetwo.model",
41
+ "source_file": "training_runs/final_fixed_member/mace_random_seed1/iter09_model/models/mace_single_0_stagetwo.model"
42
  }
43
  ],
44
  "selected_seed": 1,
45
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
46
  "source_files": [
47
+ "training_runs/final_fixed_member/mace_random_seed1/iter09_model/models/mace_single_0_stagetwo.model"
48
  ],
49
  "strategy": "random"
50
  },
 
53
  "bundle": "mace-qbc",
54
  "compiled_files": [
55
  {
56
+ "command": "pixi run python -m mace.cli.create_lammps_model training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_0/models/mace_qbc_0_stagetwo.model --format libtorch",
57
  "format": "libtorch",
58
  "head": "Default",
59
  "published_file": "mace_qbc_0_stagetwo.model-lammps.pt",
60
  "raw_file": "mace_qbc_0_stagetwo.model"
61
  },
62
  {
63
+ "command": "pixi run python -m mace.cli.create_lammps_model training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_1/models/mace_qbc_1_stagetwo.model --format libtorch",
64
  "format": "libtorch",
65
  "head": "Default",
66
  "published_file": "mace_qbc_1_stagetwo.model-lammps.pt",
67
  "raw_file": "mace_qbc_1_stagetwo.model"
68
  },
69
  {
70
+ "command": "pixi run python -m mace.cli.create_lammps_model training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_2/models/mace_qbc_2_stagetwo.model --format libtorch",
71
  "format": "libtorch",
72
  "head": "Default",
73
  "published_file": "mace_qbc_2_stagetwo.model-lammps.pt",
74
  "raw_file": "mace_qbc_2_stagetwo.model"
75
  },
76
  {
77
+ "command": "pixi run python -m mace.cli.create_lammps_model training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_3/models/mace_qbc_3_stagetwo.model --format libtorch",
78
  "format": "libtorch",
79
  "head": "Default",
80
  "published_file": "mace_qbc_3_stagetwo.model-lammps.pt",
 
108
  "raw_files": [
109
  {
110
  "published_file": "mace_qbc_0_stagetwo.model",
111
+ "source_file": "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_0/models/mace_qbc_0_stagetwo.model"
112
  },
113
  {
114
  "published_file": "mace_qbc_1_stagetwo.model",
115
+ "source_file": "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_1/models/mace_qbc_1_stagetwo.model"
116
  },
117
  {
118
  "published_file": "mace_qbc_2_stagetwo.model",
119
+ "source_file": "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_2/models/mace_qbc_2_stagetwo.model"
120
  },
121
  {
122
  "published_file": "mace_qbc_3_stagetwo.model",
123
+ "source_file": "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_3/models/mace_qbc_3_stagetwo.model"
124
  }
125
  ],
126
  "selected_seed": 3,
127
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
128
  "source_files": [
129
+ "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_0/models/mace_qbc_0_stagetwo.model",
130
+ "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_1/models/mace_qbc_1_stagetwo.model",
131
+ "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_2/models/mace_qbc_2_stagetwo.model",
132
+ "training_runs/final_fixed_member/mace_qbc_seed3/iter09_committee/member_3/models/mace_qbc_3_stagetwo.model"
133
  ],
134
  "strategy": "qbc"
135
  },
 
178
  "raw_files": [
179
  {
180
  "published_file": "nequip_single_0-best.ckpt",
181
+ "source_file": "training_runs/final_fixed_member/nequip_random_seed2/iter09_model/nequip_single_0/best.ckpt"
182
  }
183
  ],
184
  "selected_seed": 2,
185
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
186
  "source_files": [
187
+ "training_runs/final_fixed_member/nequip_random_seed2/iter09_model/nequip_single_0/best.ckpt"
188
  ],
189
  "strategy": "random"
190
  },
 
257
  "raw_files": [
258
  {
259
  "published_file": "committee_0-best.ckpt",
260
+ "source_file": "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_0/best.ckpt"
261
  },
262
  {
263
  "published_file": "committee_1-best.ckpt",
264
+ "source_file": "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_1/best.ckpt"
265
  },
266
  {
267
  "published_file": "committee_2-best.ckpt",
268
+ "source_file": "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_2/best.ckpt"
269
  }
270
  ],
271
  "selected_seed": 3,
272
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
273
  "source_files": [
274
+ "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_0/best.ckpt",
275
+ "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_1/best.ckpt",
276
+ "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_2/best.ckpt"
277
  ],
278
  "strategy": "qbc"
279
  }
nequip-qbc/metadata.json CHANGED
@@ -72,23 +72,23 @@
72
  "raw_files": [
73
  {
74
  "published_file": "committee_0-best.ckpt",
75
- "source_file": "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_0/best.ckpt"
76
  },
77
  {
78
  "published_file": "committee_1-best.ckpt",
79
- "source_file": "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_1/best.ckpt"
80
  },
81
  {
82
  "published_file": "committee_2-best.ckpt",
83
- "source_file": "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_2/best.ckpt"
84
  }
85
  ],
86
  "selected_seed": 3,
87
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
88
  "source_files": [
89
- "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_0/best.ckpt",
90
- "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_1/best.ckpt",
91
- "results/al_v4/v4_primary_fixed_member/nequip_qbc_seed3/iter09_committee/committee_2/best.ckpt"
92
  ],
93
  "strategy": "qbc"
94
  }
 
72
  "raw_files": [
73
  {
74
  "published_file": "committee_0-best.ckpt",
75
+ "source_file": "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_0/best.ckpt"
76
  },
77
  {
78
  "published_file": "committee_1-best.ckpt",
79
+ "source_file": "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_1/best.ckpt"
80
  },
81
  {
82
  "published_file": "committee_2-best.ckpt",
83
+ "source_file": "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_2/best.ckpt"
84
  }
85
  ],
86
  "selected_seed": 3,
87
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
88
  "source_files": [
89
+ "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_0/best.ckpt",
90
+ "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_1/best.ckpt",
91
+ "training_runs/final_fixed_member/nequip_qbc_seed3/iter09_committee/committee_2/best.ckpt"
92
  ],
93
  "strategy": "qbc"
94
  }
nequip-random/metadata.json CHANGED
@@ -46,13 +46,13 @@
46
  "raw_files": [
47
  {
48
  "published_file": "nequip_single_0-best.ckpt",
49
- "source_file": "results/al_v4/v4_primary_fixed_member/nequip_random_seed2/iter09_model/nequip_single_0/best.ckpt"
50
  }
51
  ],
52
  "selected_seed": 2,
53
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
54
  "source_files": [
55
- "results/al_v4/v4_primary_fixed_member/nequip_random_seed2/iter09_model/nequip_single_0/best.ckpt"
56
  ],
57
  "strategy": "random"
58
  }
 
46
  "raw_files": [
47
  {
48
  "published_file": "nequip_single_0-best.ckpt",
49
+ "source_file": "training_runs/final_fixed_member/nequip_random_seed2/iter09_model/nequip_single_0/best.ckpt"
50
  }
51
  ],
52
  "selected_seed": 2,
53
  "source_commit": "9ecd37d3e1d75aa3873ea80f7202e3e54fff15e2",
54
  "source_files": [
55
+ "training_runs/final_fixed_member/nequip_random_seed2/iter09_model/nequip_single_0/best.ckpt"
56
  ],
57
  "strategy": "random"
58
  }