Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

124 results

Page 4 of 6; 24 results per page.

Show the canonical directory
Preview of ONNX Inference Contract - Affine MatMul plus Add Model
onnx
370 B
Actual file preview for ONNX Inference Contract - Affine MatMul plus Add Model

ONNX Inference Contract - Affine MatMul plus Add Model

A two-node affine transform with fixed weights and bias, exercising initializers, MatMul dimensions and Add broadcasting. The matching JSON input and expected output make the model immediately usable in a CI inference assertion.

File
ONNX · Model Inference
Use case
Model inference testingModel evaluation+1· Conversion set
Preview of ONNX Inference Contract - Dynamic-Batch ReduceSum Model
onnx
333 B
Actual file preview for ONNX Inference Contract - Dynamic-Batch ReduceSum Model

ONNX Inference Contract - Dynamic-Batch ReduceSum Model

A ReduceSum graph with a symbolic batch dimension and fixed feature width, for dynamic-shape import and batch-output tests. The matching JSON input and expected output make the model immediately usable in a CI inference assertion.

File
ONNX · Model Inference
Use case
Model inference testingModel evaluation+1· Conversion set
Preview of ONNX Inference Contract - Static Identity Model
onnx
260 B
Actual file preview for ONNX Inference Contract - Static Identity Model

ONNX Inference Contract - Static Identity Model

A one-node identity graph with a fixed 1x4 float tensor, useful as the smallest loader and inference smoke test. The matching JSON input and expected output make the model immediately usable in a CI inference assertion.

File
ONNX · Model Inference
Use case
Model inference testingModel evaluation+1· Conversion set
Preview of ONNX Inference Contract - Two-Input Broadcast Add Model
onnx
296 B
Actual file preview for ONNX Inference Contract - Two-Input Broadcast Add Model

ONNX Inference Contract - Two-Input Broadcast Add Model

A two-input Add graph where a length-two bias broadcasts across a 2x2 matrix, checking input binding and broadcasting rules. The matching JSON input and expected output make the model immediately usable in a CI inference assertion.

File
ONNX · Model Inference
Use case
Model inference testingModel evaluation+1· Conversion set
Preview of Parallel Translation Corpus — EN↔ES (JSONL)
jsonl
1.3 KB
Actual file preview for Parallel Translation Corpus — EN↔ES (JSONL)

Parallel Translation Corpus — EN↔ES (JSONL)

An English↔Spanish parallel corpus in JSON Lines — 20 aligned sentence pairs of everyday phrases. A fixture for training and evaluating machine-translation models and for testing UTF-8 handling of accented characters.

File
JSONL · Nlp
Preview of Per-class Metrics (JSON)
json
82 B
Actual file preview for Per-class Metrics (JSON)

Per-class Metrics (JSON)

Per-class precision/recall/F1 snapshot for classification dashboards.

File
JSON · Eval
Preview of Prompt Library (JSONL)
jsonl
3 KB
Actual file preview for Prompt Library (JSONL)

Prompt Library (JSONL)

A reusable prompt library in JSON Lines — 20 templated prompts for summarization, translation, extraction, code, and more, each with a task label, tags, and {curly-brace} placeholders. A fixture for prompt-management tools and JSONL parsers.

File
JSONL · Prompts