Views
No views yet
facebook/wav2vec2-base-960h at immutable revision
22aad52d435eb6dbaf354bdad9b0da84ce7d6156. Source license: apache-2.0.inference_metadata.yamlrequest.json and output.json real runtime evidencegraph_report.json, performance.json, source.json, and provenance.jsonMISTER QUILTER IS THE APOSTLE OF THE MIDDLE CLASSES AND WE ARE GLAD TO WELCOME HIS GOSPELhf download justinchuby/onnx-genai-example-wav2vec2-base-960h-ctc --repo-type model --local-dir ./wav2vec2-base-960h-ctc1python - <<'PY'
2from pathlib import Path
3import onnxruntime as ort
4
5root = Path("wav2vec2-base-960h-ctc")
6for relative_path in ['model.onnx']:
7 session = ort.InferenceSession(
8 str(root / relative_path),
9 providers=['CPUExecutionProvider'],
10 )
11 print(relative_path, session.get_providers(), [x.name for x in session.get_inputs()])
12PYrequest.json, output.json, and performance.json.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.