Engineering Documentation Architecture & Training Report

Apertus-Based Foundation.
Sparse Expert Specialisation.

TELDAR AI combines approximately 30 billion parameters of specialised model capacity through a sparse expert architecture. This technical report details the model foundation, shared attention topology, parameter-efficient fine-tuning protocols, and internal domain validation.

Foundation Engineering

Engineered on the Apertus Foundation

TELDAR AI builds directly upon open foundation research, integrating domain-specific architectural innovations rather than relying on commercial third-party APIs.

TELDAR AI is based on the Apertus 8B family, with current engineering work utilizing Apertus v1.5 8B as the primary base. Prior to training specialized domain branches, a reasoning and logical adaptation stage was integrated into the foundational base checkpoint.

The engineering work utilizes a merged base checkpoint running directly on dedicated infrastructure. TELDAR develops its own specialized sovereign architecture on top of and around the Apertus foundation model—including domain dataset synthesis, parameter-efficient fine-tuning, feed-forward expert isolation, selective routing layers, and sovereign deployment runtimes.

Scientific Attribution & Scope: Apertus is an independent open foundation model family. TELDAR does not claim to have created Apertus itself; rather, TELDAR engineers the sovereign sparse expert architecture, training pipelines, legal and financial corpora, and on-premise execution layers built around it.

CORE ENGINEERING STACK
  • Foundation Model Apertus v1.5 8B
  • Compute Platform NVIDIA CUDA 13 Infrastructure
  • Hardware Tier GB10 / DGX Spark-class
  • Frameworks PyTorch / Hugging Face / PEFT
  • Deployment Mode Sovereign Local Inference
Layer Topology

Shared Attention Backbone + Specialised FFN Experts

A shared attention backbone maintains coherent general language and reasoning behaviour, while domain-specific feed-forward capacity provides specialised expertise.

An important architectural principle in TELDAR AI is the avoidance of unnecessary parameter duplication. If an organization maintains four completely separate 8B models, it quadruples infrastructure overhead while needlessly repeating identical syntactic and general reasoning weights across all models.

Instead, TELDAR AI structures the transformer's 32 layers into two distinct functional regimes:

01

Preserved Attention Subsystem

Multi-head self-attention mechanisms remain shared across all inference operations. This guarantees consistent context parsing, linguistic fluency, and cross-domain reasoning.

02

Targeted Feed-Forward (FFN) Capacity

Domain-specific fine-tuning is isolated within the feed-forward network layers. Expert delta detection isolates specialist weight shifts to FFN projections while preserving the shared attention backbone.

03

Sparse Selective Activation

Total expert capacity scales to ~30B parameters, yet runtime resource demands correspond only to the actively routed expert path.

Diagram showing the 32-layer transformer block isolating shared multi-head attention and specialised FFN projections
ARCH SPEC 02 // TRANSFORMER WEIGHT PARTITIONING
Domain Modules

The Four Specialised Expert Domains

Each branch addresses high-value, highly regulated enterprise domains that require precise terminology, deep structural understanding, and absolute data confidentiality.

EXPERT // LAW

Legal Reasoning

Engineered for legal document analysis, contractual interpretation, compliance verification, and statutory comprehension. Grounded in Swiss case law, civil legislation, and cantonal precedent.

197,574 Strict Validated Q&A
EXPERT // FINANCE

Financial Analysis

Trained on corporate balance sheets, audit guidelines, market filings, and specialized financial language. Capable of analyzing complex institutional statements without public disclosure risks.

Specialised FFN Capacity
EXPERT // MARKETING

Enterprise Strategy

Commercial strategy, client communication, multilingual brand narratives, and enterprise proposition synthesis across European commercial markets.

Domain Adaptation
EXPERT // CODE

Software Engineering

Syntax comprehension, enterprise code refactoring, infrastructure-as-code scripting, and technical debugging across modern backend languages and systems.

Algorithmic Problem Solving
Training Methodology

Parameter-Efficient Fine-Tuning Protocols

Expert development employs parameter-efficient fine-tuning (PEFT) targeting transformer feed-forward projection matrices on modern NVIDIA accelerator clusters.

To maintain absolute stability in the base model's generalized reasoning capabilities while imparting deep sector-specific competence, the adaptation protocol isolates gradient updates strictly to designated Feed-Forward Network projection layers.

The expert training runs use a low-rank adaptation (LoRA) configuration with rank 32 applied across 64 FFN targets. This isolates approximately 52.4 million trainable parameters per specialized expert run, preserving model convergence without catastrophic forgetting of general language features.

Training Context vs Inference Window: The current expert-specialisation runs utilize an effective sequence length of 1024 tokens with an effective batch size of 32. This training sequence length is an engineering hyperparameter optimized for loss convergence during domain adaptation and does not constrain the maximum inference context of the deployed runtime.

Hyperparameter Configuration

Adaptation Technique LoRA / PEFT
Target Modules FFN Projections (64 targets)
LoRA Rank (r) 32
Trainable Params ~52.4 Million / expert run
Training Context Length 1024 tokens
Effective Batch Size 32
Compute Infrastructure NVIDIA GB10 / DGX Spark-class
Validation Case Study

LAW Domain: Concrete Training & Validation Data

The legal expert represents our most thoroughly documented domain specialisation. Below are the verified metrics and methodology from our internal domain validation runs.

Swiss Jurisprudence Pipeline

The legal data pipeline incorporated authoritative Swiss legal material including Swiss case law, federal and cantonal legislation, parliamentary debate records, and extensive structured legal commentary.

A domain-specific question-and-answer generation pipeline produced 197,574 strictly unique validated legal Q&A examples after multi-pass deduplication and semantic hygiene filtering.

Two-Stage Controlled Training:

LAW-60K

Initial Controlled Subset

57,000 training examples and 3,000 validation examples (5% split) across 43,395 source documents. Strict document-level leakage controls limited selection to a maximum of 4 examples per source document.

LAW-140K

Expanded Specialisation Stage

137,574 training rows and 3,000 validation rows. Validated on NVIDIA GPU infrastructure with effective batch size 32 and sequence length 1024.

INTERNAL DOMAIN VALIDATION RESULTS

* Measured internal convergence and continuation metrics. Not third-party synthetic benchmarks.

LAW-60K Validation Loss
1.272
Perplexity: 3.568
LAW-Expanded Loss
1.221
Perplexity: 3.391
Continuation Evaluation Gains
  • Swiss Case Law Evaluation +6.1%
  • Swiss Legislation Evaluation +1.6%
  • Parliamentary Material Evaluation Marginal / Neutral
Runtime Mechanics

Sparse Routing Architecture

A routing layer determines which specialised capacity should participate in inference, allowing TELDAR AI to combine general intelligence with domain-specific expertise without activating every expert for every task.

ARCHITECTURAL PRINCIPLE

Conditional Parameter Activation

In dense LLMs, all parameters must compute intermediate vectors for every generated token. TELDAR AI's sparse approach selectively pathways queries to the relevant domain FFN expert, optimizing memory bandwidth and enabling low-latency execution on enterprise GPU hardware.

SOVEREIGN DEPLOYMENT

Local GPU Inference

Deployable directly on enterprise-controlled hardware (such as NVIDIA GB10 or DGX Spark-class systems) or private Kubernetes clusters. Inference runs with zero external internet dependencies or telemetry callbacks.

Specifications

Technical Architecture Snapshot

A comprehensive overview of foundational parameters, transformer dimensions, adaptation rank, and deployment requirements.

Foundation Model Family Apertus 8B family
Current Engineering Base Apertus v1.5 8B (integrated reasoning adaptation)
Architectural Design Sparse specialised expert model
Expert Domains LAW / FINANCE / MARKETING / CODE
Combined Specialised Capacity ~30 billion parameters
Transformer Layers 32 layers
Attention Mechanism Shared foundation across all domain branches
Domain Specialisation Target Feed-Forward Network (FFN) projections (64 targets)
Expert Adaptation Protocol LoRA / Parameter-Efficient Fine-Tuning (PEFT)
LoRA Rank (r) 32 for FFN expert-specialisation runs
Trainable Expert Parameters ~52.4 million parameters per specialised run
Training Sequence Context 1024 tokens (domain training run length)
Corpus Engineering Scale 215M+ records processed, deduplicated and filtered
GPU Platform NVIDIA CUDA / GB10 / DGX Spark-class infrastructure
Deployment Capability Customer-controlled / on-premise capable / private enclave
External Dependencies None; zero mandatory commercial LLM API egress
Request Technical Due-Diligence Consultation