Add annotated inference metadata companion
Browse filesAdd a comment-rich inference_metadata.annotated.yaml that parses to the same metadata object as the canonical file, and link it from the model card. The canonical inference_metadata.yaml is unchanged. When provenance hashes README.md, refresh that hash and add the annotated-file hash without changing producer/source identity.
- README.md +6 -0
- inference_metadata.annotated.yaml +0 -0
README.md
CHANGED
|
@@ -19,3 +19,9 @@ python3 evidence/probe_sliding_window.py
|
|
| 19 |
cat evidence/sliding_window_runtime_probe.json
|
| 20 |
```
|
| 21 |
Requires CUDA-capable `onnxruntime-gpu`, `onnx`, `transformers`, and `numpy`; exact successful versions are in `output.json`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
cat evidence/sliding_window_runtime_probe.json
|
| 20 |
```
|
| 21 |
Requires CUDA-capable `onnxruntime-gpu`, `onnx`, `transformers`, and `numpy`; exact successful versions are in `output.json`.
|
| 22 |
+
|
| 23 |
+
<!-- inference-metadata-annotation:start -->
|
| 24 |
+
## Annotated inference metadata
|
| 25 |
+
|
| 26 |
+
Review [`inference_metadata.annotated.yaml`](./inference_metadata.annotated.yaml) for inline explanations of this package's workflow, tensor/state/cache contracts, and fail-closed omissions. [`inference_metadata.yaml`](./inference_metadata.yaml) remains the canonical machine-authored contract; automated validation confirms both files parse to the same metadata object.
|
| 27 |
+
<!-- inference-metadata-annotation:end -->
|
inference_metadata.annotated.yaml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|