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 1 of 6; 24 results per page.

Show the canonical directory
Preview of ASR Digit Utterances Dataset (JSONL)
jsonl
764 B
Actual file preview for ASR Digit Utterances Dataset (JSONL)

ASR Digit Utterances Dataset (JSONL)

JSON Lines ASR training/eval set for the Wave B synthetic digit utterances — each row points at a clean WAV and carries the expected transcript.

File
JSONL · Speech · 8 records
Preview of Chat Fine-tuning Dataset — Anthropic Format (JSONL)
jsonl
2.5 KB
Actual file preview for Chat Fine-tuning Dataset — Anthropic Format (JSONL)

Chat Fine-tuning Dataset — Anthropic Format (JSONL)

The same synthetic conversations in the Anthropic Messages JSONL shape — a top-level system prompt plus a messages array of user and assistant turns. The format twin of the OpenAI file, for testing chat-format conversion.

File
JSONL · Nlp
Use case
ML training dataNLP datasets+1· Conversion set
Preview of Chat Fine-tuning Dataset — OpenAI Format (JSONL)
jsonl
2.7 KB
Actual file preview for Chat Fine-tuning Dataset — OpenAI Format (JSONL)

Chat Fine-tuning Dataset — OpenAI Format (JSONL)

A chat fine-tuning dataset in the OpenAI JSONL format — one conversation per line as a messages array with system, user, and assistant turns. Synthetic Q&A content. Paired with an Anthropic-format twin for testing format converters.

File
JSONL · Nlp
Use case
ML training dataNLP datasets+1· Conversion set
Preview of Classification Report (JSON)
json
588 B
Actual file preview for Classification Report (JSON)

Classification Report (JSON)

A per-class classification report in the scikit-learn structure — precision, recall, F1, and support for each class plus accuracy and macro/weighted averages. A fixture for testing metric parsers and report renderers.

File
JSON · Eval
Preview of Confusion Matrix — 3-class (CSV)
csv
64 B
Actual file preview for Confusion Matrix — 3-class (CSV)

Confusion Matrix — 3-class (CSV)

A 3-class confusion matrix as CSV — rows are the true class, columns the predicted class, cells the counts. Paired with a JSON twin for testing metric parsers and evaluation visualisers.

File
CSV · Eval
Use case
Model evaluationCSV parsing+1· Paired fixture
Preview of Confusion Matrix — 3-class (JSON)
json
264 B
Actual file preview for Confusion Matrix — 3-class (JSON)

Confusion Matrix — 3-class (JSON)

The same 3-class confusion matrix as JSON — a labels array plus a nested counts matrix. The structured twin of the CSV, for testing evaluation tooling.

File
JSON · Eval
Use case
Model evaluationJSON parsing+1· Paired fixture
Preview of Cosine Similarity Pairs (JSONL)
jsonl
336 B
Actual file preview for Cosine Similarity Pairs (JSONL)

Cosine Similarity Pairs (JSONL)

Precomputed cosine similarity pairs for embedding eval scripts.

File
JSONL · Embeddings · 6 records