Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 189 of 221; 24 results per page.

Show the canonical directory
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
Preview of Titration Replicates: Mean, SD, SEM and RSD (.csv)
csv
466 B
Actual file preview for Titration Replicates: Mean, SD, SEM and RSD (.csv)

Titration Replicates: Mean, SD, SEM and RSD (.csv)

Four batches of five replicate titrations with the mean, sample standard deviation, standard error and relative standard deviation computed for each. The standard deviation uses the n-1 denominator, which is stated explicitly because a population-denominator implementation disagrees on every row.

File
CSV · Measurements
Use case
Scientific dataCSV parsing+1· Conversion set
Preview of TOML Build Configuration with Array of Tables
toml
1.1 KB
Actual file preview for TOML Build Configuration with Array of Tables

TOML Build Configuration with Array of Tables

A build-tool configuration in TOML, chosen for the constructs YAML has no direct equivalent for: three [[build.step]] array-of-tables entries carrying an ordered pipeline, a quoted glob key, and all three TOML date-time flavours.

File
TOML · Build
Preview of TOML Configuration
toml
289 B
Actual file preview for TOML Configuration

TOML Configuration

A TOML configuration file with tables, inline values, and an array of tables, for testing TOML parsers.

File
TOML · Config · UTF-8