File size: 2,295 Bytes
9a0b67a
 
 
 
 
 
 
 
 
 
 
 
 
 
e644a7d
9a0b67a
 
 
e644a7d
9a0b67a
3e7ff2e
 
9a0b67a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6228295
f6c8b51
6228295
f6c8b51
9f714d1
 
f6c8b51
9f714d1
e644a7d
9a0b67a
e644a7d
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
language: en
license: mit
library_name: pytorch
tags:
  - materials-science
  - x-ray-diffraction
  - crystallography
  - evaluation
  - neurips
---

# InformedXRD Case-Study Checkpoints

This Hugging Face model repository hosts the NeurIPS Evaluations & Datasets artifact release checkpoints associated with *InformedXRD*.

## Contents

This model repo contains only the checkpoints needed to reproduce the paper's evaluation case studies:

- four ViT case-study checkpoints total, including the final mixed champion,
  Stage-2c and PO comparison checkpoints, and the legacy replay-era baseline
- one 1D residual CNN control checkpoint

It does **not** contain:

- the full companion-paper checkpoint archive
- training code snapshots
- benchmark HDF5 payloads

## Recommended filenames

The staged CNN control checkpoint has been renamed to a neutral, paper-facing artifact name:

- `pxrd_cnn_control_checkpoint.pt`

The remaining ViT filenames are kept as-is for now because they align with the existing public checkpoint manifest and reviewer notebooks.

## Intended use

These checkpoints are intended for:

- re-running the NeurIPS evaluation protocol on `RRUFF-473` and `RRUFF-325`
- validating the hierarchy-aware error metric
- validating the prior-baseline and stratified-analysis claims

They are not intended as generic pretrained models for production PXRD workflows.

## Provenance

The CNN control belongs to the validated in-house Vista lineage documented in:

- `docs/review_notes/cnn_rruff325_identification_2026-04-29.md` in the private repo

The ViT checkpoints correspond to the released case-study models enumerated in the public checkpoint manifest.

The associated code, manifests, and reviewer notebooks live in the separate anonymous GitHub reproducibility repo:

- [`neurips-ai-diffraction`](https://anonymous.4open.science/r/neurips-ai-diffraction-4A5D/README.md)

The associated benchmark payloads live in the separate Hugging Face dataset repo:

- [`informedxrd/informedxrd-benchmarks`](https://huggingface.co/datasets/informedxrd/informedxrd-benchmarks)

## Release Status

This repository is intended to be a frozen reviewer-facing artifact. Future
corrections, if any, should be versioned explicitly rather than silently
replacing the submitted checkpoints.