williamratcliff commited on
Commit
e644a7d
·
1 Parent(s): 3e7ff2e

Make model card release-facing

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -12,11 +12,11 @@ tags:
12
 
13
  # InformedXRD Case-Study Checkpoints
14
 
15
- This staging directory is the draft Hugging Face model card for the NeurIPS Evaluations & Datasets artifact release associated with *InformedXRD*.
16
 
17
  ## Contents
18
 
19
- The intended public model repo contains only the checkpoints needed to reproduce the paper's evaluation case studies:
20
 
21
  - four ViT case-study checkpoints total, including the final mixed champion,
22
  Stage-2c and PO comparison checkpoints, and the legacy replay-era baseline
@@ -62,9 +62,8 @@ The associated benchmark payloads live in the separate Hugging Face dataset repo
62
 
63
  - [`informedxrd/informedxrd-benchmarks`](https://huggingface.co/datasets/informedxrd/informedxrd-benchmarks)
64
 
65
- ## Publication plan
66
 
67
- 1. Create a private Hugging Face model repo.
68
- 2. Upload the staged checkpoints and metadata.
69
- 3. Verify load paths against the public reproducibility manifests.
70
- 4. Switch visibility when the review/release posture is decided.
 
12
 
13
  # InformedXRD Case-Study Checkpoints
14
 
15
+ This Hugging Face model repository hosts the NeurIPS Evaluations & Datasets artifact release checkpoints associated with *InformedXRD*.
16
 
17
  ## Contents
18
 
19
+ This model repo contains only the checkpoints needed to reproduce the paper's evaluation case studies:
20
 
21
  - four ViT case-study checkpoints total, including the final mixed champion,
22
  Stage-2c and PO comparison checkpoints, and the legacy replay-era baseline
 
62
 
63
  - [`informedxrd/informedxrd-benchmarks`](https://huggingface.co/datasets/informedxrd/informedxrd-benchmarks)
64
 
65
+ ## Release Status
66
 
67
+ This repository is intended to be a frozen reviewer-facing artifact. Future
68
+ corrections, if any, should be versioned explicitly rather than silently
69
+ replacing the submitted checkpoints.