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

Show the canonical directory
Preview of ROC Curve Points (CSV)
csv
179 B
Actual file preview for ROC Curve Points (CSV)

ROC Curve Points (CSV)

An ROC curve as CSV — decision threshold with the corresponding false-positive and true-positive rates, monotonic from (0,0) to (1,1). A fixture for testing chart tools and AUC calculators.

File
CSV · Eval
Preview of Semantic Segmentation Scene (PNG)
png
1.4 KB
Actual file preview for Semantic Segmentation Scene (PNG)

Semantic Segmentation Scene (PNG)

A synthetic RGB scene with three coloured shapes — input for semantic-segmentation models. Pair with the indexed mask twin.

File
PNG · Vision · 256 × 256 px
Use case
Computer visionML training data· Paired fixture
Preview of Sentiment Classification Dataset (JSONL)
jsonl
1.9 KB
Actual file preview for Sentiment Classification Dataset (JSONL)

Sentiment Classification Dataset (JSONL)

A labelled sentiment-classification dataset in JSON Lines — 24 short product-review-style sentences balanced across positive, negative, and neutral. Fully synthetic; a fixture for testing text-classification loaders, tokenizers, and JSONL parsers.

File
JSONL · Nlp · 24 records
Preview of Summarization Dataset (JSONL)
jsonl
5.1 KB
Actual file preview for Summarization Dataset (JSONL)

Summarization Dataset (JSONL)

An abstractive-summarization dataset in JSON Lines — 15 short synthetic news-style documents each paired with a one-sentence summary. A fixture for training and evaluating summarization models and for testing JSONL ingestion.

File
JSONL · Nlp · 15 records
Preview of Text Embeddings — 16-dim (JSON)
json
13.5 KB
Actual file preview for Text Embeddings — 16-dim (JSON)

Text Embeddings — 16-dim (JSON)

A set of 24 L2-normalised 16-dimensional text embeddings as JSON — each record pairs an id and its source text with a float vector. A fixture for testing vector stores, similarity search, and embedding loaders. Parquet and .npy twins included.

File
JSON · Embeddings · 24 records
Use case
ML training dataEmbeddings+2· Conversion set
Preview of Text Embeddings — 16-dim (Parquet)
parquet
9.3 KB
Actual file preview for Text Embeddings — 16-dim (Parquet)

Text Embeddings — 16-dim (Parquet)

The same 16-dimensional embeddings as Apache Parquet — id and text columns plus one column per dimension. The columnar twin, for testing analytics engines and Parquet-based vector pipelines.

File
PARQUET · Embeddings · 24 rows
Use case
ML training dataEmbeddings+2· Conversion set
Preview of Text Embeddings — 24×16 matrix (NumPy .npy)
npy
1.6 KB
Actual file preview for Text Embeddings — 24×16 matrix (NumPy .npy)

Text Embeddings — 24×16 matrix (NumPy .npy)

The embeddings as a raw NumPy array — a 24×16 float32 matrix in .npy format, loadable with numpy.load. The binary twin of the JSON and Parquet files, for testing tensor and matrix loaders.

File
NPY · Embeddings
Use case
ML training dataEmbeddings+1· Conversion set
Preview of Tiny Model Weights (safetensors)
safetensors
365 B
Actual file preview for Tiny Model Weights (safetensors)

Tiny Model Weights (safetensors)

A genuinely-valid safetensors file with two small float32 tensors (36 parameters total) — an 8×4 weight and a length-4 bias. The values are meaningless sample data, not a trained model; a fixture for testing safetensors loaders and weight inspectors.

File
SAFETENSORS · Weights