williamratcliff commited on
Commit ·
ca43c58
1
Parent(s): 95cfef0
Remove unreleased lineage references from manifests
Browse files
metadata/MANIFEST.csv
CHANGED
|
@@ -14,15 +14,7 @@ src/paper_ai_diffraction/topology/plot_topological_error_distance.py,source,Topo
|
|
| 14 |
src/paper_ai_diffraction/eval/plot_calibration_sweep.py,source,Calibration sweep plotting,copied,,
|
| 15 |
assets/figure_data/stage2c_r325_temp_sweep.json,asset,Compact Stage-2c temperature sweep used for the calibration figure,copied,,
|
| 16 |
assets/figure_data/physics_pe_curve_82ept35h.json,asset,Compact checkpoint curve used for the physics-PE supplementary figure,copied,,
|
| 17 |
-
configs/final_mixed_2500k_dualsource.json,config,
|
| 18 |
-
configs/mixed_200k_pilot.json,config,Mixed-200k pilot config,copied,,
|
| 19 |
-
configs/po_1epoch.json,config,PO 1-epoch config,copied,,
|
| 20 |
-
configs/po_resume2.json,config,PO continuation config,copied,,
|
| 21 |
-
configs/mixed_2500k_merged_reference.json,config,Merged-HDF5 mixed config retained for reference,copied,,
|
| 22 |
-
scripts/train_final_mixed.sh,script,Canonical portable wrapper for final champion training,authored,,
|
| 23 |
-
scripts/train_mixed_200k.sh,script,Canonical portable wrapper for mixed-200k pilot training,authored,,
|
| 24 |
-
scripts/train_po_1epoch.sh,script,Canonical portable wrapper for PO 1-epoch training,authored,,
|
| 25 |
-
scripts/train_po_resume2.sh,script,Canonical portable wrapper for PO continuation training,authored,,
|
| 26 |
scripts/eval_rruff_325_473.sh,script,Paper-facing benchmark evaluation wrapper,authored,,
|
| 27 |
scripts/make_topology_flow_figure.sh,script,Paper-facing topology-flow wrapper,authored,,
|
| 28 |
scripts/make_topology_distance_figure.sh,script,Paper-facing topology-distance wrapper,authored,,
|
|
@@ -41,6 +33,6 @@ docs/BENCHMARKS.md,doc,Benchmark-construction and non-redistribution notes for R
|
|
| 41 |
assets/topology/extinction_group_adjacency.json,asset,Condensed extinction-group topology graph,copied,,
|
| 42 |
reproducibility/checkpoint_manifest.csv,metadata,Checkpoint linkage manifest,generated,,
|
| 43 |
reproducibility/dataset_manifest.csv,metadata,Dataset and external-asset manifest,generated,,
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
|
|
|
| 14 |
src/paper_ai_diffraction/eval/plot_calibration_sweep.py,source,Calibration sweep plotting,copied,,
|
| 15 |
assets/figure_data/stage2c_r325_temp_sweep.json,asset,Compact Stage-2c temperature sweep used for the calibration figure,copied,,
|
| 16 |
assets/figure_data/physics_pe_curve_82ept35h.json,asset,Compact checkpoint curve used for the physics-PE supplementary figure,copied,,
|
| 17 |
+
configs/final_mixed_2500k_dualsource.json,config,Sanitized final champion evaluation config,copied,,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
scripts/eval_rruff_325_473.sh,script,Paper-facing benchmark evaluation wrapper,authored,,
|
| 19 |
scripts/make_topology_flow_figure.sh,script,Paper-facing topology-flow wrapper,authored,,
|
| 20 |
scripts/make_topology_distance_figure.sh,script,Paper-facing topology-distance wrapper,authored,,
|
|
|
|
| 33 |
assets/topology/extinction_group_adjacency.json,asset,Condensed extinction-group topology graph,copied,,
|
| 34 |
reproducibility/checkpoint_manifest.csv,metadata,Checkpoint linkage manifest,generated,,
|
| 35 |
reproducibility/dataset_manifest.csv,metadata,Dataset and external-asset manifest,generated,,
|
| 36 |
+
results/reviewer/ext_group_priors.json,asset,Compact aggregate extinction-group prior for calibration; rounded probabilities/log-priors and seen-class flags only; no raw ICSD structures or per-structure records,authored,,
|
| 37 |
+
results/reviewer/ext_group_priors.csv,asset,CSV form of compact aggregate extinction-group prior for calibration,authored,,
|
| 38 |
+
results/reviewer/rruff325_precomputed_inference.json,asset,Compact precomputed RRUFF-325 inference summary for reviewer inspection,authored,,
|
reviewer_subset/ext_group_priors.json
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"source_artifact": "aggregate_extinction_group_prior",
|
| 3 |
-
"
|
| 4 |
-
"source_corpus_release": "not redistributed",
|
| 5 |
-
"provenance_note": "Aggregate extinction-group prior used for calibration; contains no raw ICSD structures, raw diffraction records, formulas, atomic coordinates, or per-structure records.",
|
| 6 |
"smoothing": 1.0,
|
| 7 |
"num_classes": 99,
|
| 8 |
"probability_decimals": 8,
|
|
|
|
| 1 |
{
|
| 2 |
"source_artifact": "aggregate_extinction_group_prior",
|
| 3 |
+
"provenance_note": "Aggregate extinction-group prior used for calibration; released as rounded probabilities/log-priors with no raw source records.",
|
|
|
|
|
|
|
| 4 |
"smoothing": 1.0,
|
| 5 |
"num_classes": 99,
|
| 6 |
"probability_decimals": 8,
|