onnx-genai-example-prot-bert

Private real-weight ONNX package produced by Mobius from Rostlab/prot_bert at immutable revision 7a894481acdc12202f0a415dd567f6cfdb698908. Source license: not declared in pinned upstream model card/repository.

Contents

  • Canonical, hashless inference_metadata.yaml
  • ONNX graphs and external-data weights
  • Complete tokenizer/processor assets
  • request.json and output.json real runtime evidence
  • graph_report.json, performance.json, source.json, and provenance.json

Observed output: embedding norm 6.334549427032471

Exact download

hf download justinchuby/onnx-genai-example-prot-bert --repo-type model --local-dir ./prot-bert

ONNX Runtime load smoke test

python - <<'PY'
from pathlib import Path
import onnxruntime as ort

root = Path("prot-bert")
for relative_path in ['model.onnx']:
    session = ort.InferenceSession(
        str(root / relative_path),
        providers=['CPUExecutionProvider'],
    )
    print(relative_path, session.get_providers(), [x.name for x in session.get_inputs()])
PY

The exact successful probe request, output, versions, providers, and timings are preserved in request.json, output.json, and performance.json.

Annotated inference metadata

Review inference_metadata.annotated.yaml for inline explanations of this package's workflow, tensor/state/cache contracts, and fail-closed omissions. inference_metadata.yaml remains the canonical machine-authored contract; automated validation confirms both files parse to the same metadata object.

Downloads last month
256
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including justinchuby/onnx-genai-example-prot-bert