CoolFace
Datasetpublic

NGARiAI/ngari-datasets

NGARi Training Datasets NGARi-authored training datasets (Apache 2.0), generated on sovereign edge hardware with zero cloud dependency. These power the NGARi edge models: ngari-ft-distilled and ngari-tool. The NGARi data engine Data quality is the bottleneck for capable small models. NGARi uses a large teacher model (27B-class, e.g. qwen3.8-27B) as an automated data engine — generating diverse edge-cases, complex instructions, and niche domain knowledge — then… See the full description on the dataset page: https://huggingface.co/datasets/NGARiAI/ngari-datasets.

sourceHugging Faceapache-2.0updated 21d agoView on Hugging Face
0likes61downloads
Dataset Card

NGARi Training Datasets

NGARi-authored training datasets (Apache 2.0), generated on sovereign edge hardware with zero cloud dependency. These power the NGARi edge models: [ngari-ft-distilled](https://huggingface.co/NGARiAI/ngari-ft-distilled) and [ngari-tool](https://huggingface.co/NGARiAI/ngari-tool).

The NGARi data engine

Data quality is the bottleneck for capable small models. NGARi uses a large teacher model (27B-class, e.g. qwen3.8-27B) as an automated data engine — generating diverse edge-cases, complex instructions, and niche domain knowledge — then filters and curates the output into high-fidelity training sets like these. No raw internet scrapes; every example is synthetic or hand-curated, so lineage is auditable and license-clean.

Datasets

ConfigFileSizeExamplesDescription
synthetic_v1ngari_synthetic_v1.json1.5 MB2,000Synthetic QA examples (qwen3:8b teacher)
sft_v4ngari_sft_dataset_v4.json0.4 MB588Hand-curated supervised fine-tune (SFT) data
tool_formatngari_tool_format_dataset.json0.4 MB500Tool-calling format data (incl. 20-example eval set)

All files are JSON arrays of chat-format objects ({"messages": [{"role": ..., "content": ...}, ...]}), ready for standard SFT tooling (TRL, Axolotl, llama-factory, etc.).

Loading

python
from datasets import load_dataset

ds = load_dataset("NGARiAI/ngari-datasets", "synthetic_v1")
sft = load_dataset("NGARiAI/ngari-datasets", "sft_v4")
tools = load_dataset("NGARiAI/ngari-datasets", "tool_format")

Provenance note

The historical dataset name ngari_gemma4_dataset was a misnomer — Google Gemma models were served only on NGARi hardware and never used in training. All data was generated with the Apache-2.0 Qwen2.5 lineage and a qwen3:8b synthetic teacher. Files are named truthfully (ngari_synthetic_v1).

Scope

These datasets are NGARi-authored and Apache 2.0, provided for training, evaluation, and research on sovereign edge AI. They are domain-focused (sovereign agent workflows), not broad-spectrum general-assistant data; use them alongside general domain data for general-purpose training.

Sovereign AI

Generated and verified on user-owned edge hardware with zero cloud dependency. Part of the NGARi Sovereign Business Operating System (SBOS) — see [github.com/NGARiAI/ns-bos-kernel](https://github.com/NGARiAI/ns-bos-kernel) for the Apache 2.0 kernel.