Danish Foundation Models (Munin / DFM)
Open-weights foundation models and encoders developed by Aarhus University (Center for Humanities Computing). Includes the Munin 7B decoder and Danish RoBERTa models on Hugging Face.
A comprehensive map of authentic Danish foundation models, clinical speech AI, national supercomputing infrastructure (Gefion), and sovereign enterprise platforms trained on verified Danish corpora.
Gefion Supercomputer
Authentic Danish corpora
Real-time 112 & triage AI
Strict EU compliance
Open-weights language models, encoders, and standardized evaluation leaderboards trained on authentic Danish cultural, parliamentary, and news corpora.
Open-weights foundation models and encoders developed by Aarhus University (Center for Humanities Computing). Includes the Munin 7B decoder and Danish RoBERTa models on Hugging Face.
Leading Danish NLP frameworks including DaCY (spaCy Danish pipeline), DaNE (named entity recognition benchmark), and ScandEval (the Scandinavian LLM leaderboard).
Production-grade enterprise AI APIs for clinical consultations, acoustic transcription, and automated omnichannel routing.
Danish conversational clinical AI and acoustic speech-to-text built for emergency triage, patient consultations, and automated ICD-10 diagnostic coding.
Award-winning Danish enterprise conversational AI, ticket classification, and automated routing fine-tuned for Nordic languages and public administration.
Denmark’s national sovereign supercomputer facilities and algorithmic risk management conforming to the European Union AI Act.
Denmark’s national sovereign supercomputer housing 1,528 NVIDIA H100 GPUs, backed by Novo Nordisk Foundation and EIFO for frontier AI training and life sciences.
Copenhagen-based enterprise AI governance, model risk management, and EU AI Act compliance engine with audit trails and automated model cards.
# Python: Load Danish Foundation Model (Munin / DFM) via Hugging Face
from transformers import AutoTokenizer, AutoModelForCausalLM
# Load the authentic Danish Munin model
model_id = "chcaa/dfm-encoder-large-v1" # or Munin 7B
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
prompt = "Hvad er de vigtigste principper i den danske model for digital infrastruktur?"
inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))Global models translate internally from English, introducing hallucinations in Danish legal syntax, civil registration (CPR), and idiomatic phrasing.
Sensitive patient vitals, clinical transcripts, and public sector records mandate in-jurisdiction processing and strict European data guarantees.
Initiatives like Munin, DaCY, and Gefion provide open model cards and reproducible checkpoints free from proprietary vendor lock-in.
Make your model, API, or benchmark machine-discoverable for autonomous agents and engineers across Denmark.
Submit