Open LLMs/K-intelligence

Open-Weight LLM · Private & Custom AI

Midm-2.0-Mini-Instruct

Korea-centric 2.3B instruct model for private, on-device deployment in ops workflows requiring localized reasoning and low-latency inference.

Mi:dm 2.0 Mini is a 2.3B-parameter dense model optimized for Korean language understanding and instruction-following, with particular strength in Korean cultural/social reasoning. For ops teams, it trades some general capability for a much smaller footprint (suitable for edge/on-prem GPU-constrained environments) and Korean-market relevance. If your workflows are Korean-heavy and you need to run the model in your own infrastructure, this is a lean option.

2.3B
Parameters
mit
License (OSI/permissive)
Unknown
Context
140.6k
Downloads

Model facts

DeveloperK-intelligence
Parameters2.3B
Context windowUnknown
Licensemit — OSI/permissive
Tasktext-generation
GatedNo
Downloads140.6k
Likes62
Updated2025-10-29
SourceK-intelligence/Midm-2.0-Mini-Instruct

Private deployment

Run Midm-2.0-Mini-Instruct in your own environment

This model is transformer-based, MIT-licensed, and inference-compatible with vLLM and transformers. You can pull it from HuggingFace, quantize it (likely 4–6 GB in fp16 on a single GPU), and run it on modest hardware—no cloud vendor lock-in. Deployment is straightforward via standard Python tooling. Data stays entirely in your environment; no calls to external APIs during inference. Context length is not published, so you'll need to test against your use case.

Operational AI use cases

01

Korean Customer Support Automation

Route and auto-respond to support tickets in Korean by fine-tuning on your ticket corpus. The model shows strong performance on Ko-IFEval (73.3) and Ko-MTBench (74.0), indicating solid instruction-following for templated responses. Runs locally so PII never leaves your network.

02

Internal Knowledge & Compliance Documentation

Use as a Q&A layer over internal Korean-language policy documents, SOPs, and training materials. Embed into a RAG pipeline for Korean ops staff to query docs without exposing them to external LLM services. Smaller model size keeps latency low for synchronous lookup.

03

Process-Automation Agent for Korean Workflows

Function-calling support (announced 2025/10/29 via vLLM parser) enables chaining to internal APIs—e.g., triggering order fulfillment, approvals, or data lookups in response to Korean-language commands. Private deployment means audit/compliance teams see exactly what's happening.

Custom AI

As a base for custom AI

Strong foundation for custom Korean-language applications: chatbots, domain-specific classifiers, or reasoning agents. The model's Korea-centric training (cultural values, commonsense) means less prompt engineering needed for Korean users. Pruned/distilled from a larger base, so it's already optimized for size—ideal for product teams building lightweight, on-prem offerings. Requires fine-tuning or in-context examples for vertical specificity (e.g., fintech, HR, logistics).

In the operating system

Where it fits

In an AI OS: sits in the **inference layer** as a lightweight knowledge worker for Korean-language reasoning, document QA, and agentic task execution. Too small for general English tasks; best paired with retrieval (RAG) to ground it in domain data and smaller-context APIs to handle routing/structured output. Not a replacement for larger base models in multilingual scenarios, but a specialized, efficient node for Korean-heavy workflows.

Data control & security

Self-hosting architecture ensures all user inputs, outputs, and intermediate states remain on your infrastructure—no data in transit to third-party APIs. This is a deployment choice, not an inherent property of the model. You control access, logging, and retention policies. Model card notes that pre/post-training data excludes KT user data, but you assume responsibility for securing your fine-tuning data and inference logs.

Hardware footprint

**Estimate:** ~4.6 GB in fp32, ~2.3 GB in fp16 (bfloat16 recommended per model card), ~1.2 GB in int4 quantization. Single GPU (e.g., RTX 3060 with 12 GB) handles inference comfortably. CPU inference possible but slow. Multi-GPU not beneficial at this scale unless you need extreme throughput.

Integration

Compatible with `transformers` (v4.45.0+) and vLLM for inference; function-calling support via vLLM parser enables HTTP-based orchestration. Standard tokenizer `apply_chat_template()` for multi-turn conversation. Likely fits in FastAPI/Flask + your orchestration tool (e.g., LangChain, LlamaIndex). Quantization (GGUF, int8, int4) can shrink it further for CPU-only fallback. No native API wrapper—you build the integration layer.

When it's not the right fit

  • English-dominant workflows—model is optimized for Korean; English capability trails English-native models of similar size (e.g., Qwen3-4B outperforms on English reasoning).
  • Reasoning-heavy tasks requiring deep logic—Ko-Winogrande and reasoning benchmarks show modest performance; not a reasoning specialist.
  • Long-context use cases—context length unknown; likely <= 4K tokens. Not suitable for summarizing large documents or complex multi-turn conversations without truncation.
  • You need active vendor support—K-intelligence provides model card + technical report but no commercial SLA or guaranteed updates.

Alternatives to consider

Qwen3-4B (Instruct)

4B parameters, multilingual (strong English + Chinese + Korean), 73.6 avg instruction-following. Larger footprint (~8–9 GB fp16) but broader capability; better if you need English fallback or Chinese localization.

Exaone-3.5-2.4B-Instruct

2.4B parameters, Korean-optimized (similar size to Mi:dm Mini). Slightly higher Ko-Refer-Hard (67.1 vs 61.4), comparable instruction-following. Worth benchmarking head-to-head on your Korean datasets.

Llama-3.1-8B-Instruct

Larger (8B), general-purpose, strong on English + code. If you need a versatile private model and have more GPU budget, this trades Korean specialization for broader capability; runs inference on a single 16GB GPU.

FAQ

Can I fine-tune this model on proprietary Korean customer data?

Yes. MIT license permits commercial fine-tuning. You own the weights and can train on your data in-house. Model card advises that pre-training excludes KT user data, so no privacy collision. You manage your fine-tuning data security.

What's the difference between Mi:dm 2.0 Mini and the Base model?

Mini is 2.3B (pruned/distilled from Base); Base is 11.5B. Mini is optimized for edge/on-device (lower latency, smaller VRAM). Base has ~8 percentage points higher accuracy on Korean benchmarks (78.4 vs 58.8 society/culture avg). Choose Mini for speed, Base for quality if you have the GPU.

Is this model suitable for self-hosting in a regulated industry (finance, healthcare)?

The architecture supports self-hosting, keeping data in-house. However, model card does not claim compliance certifications (SOC2, HIPAA, etc.). You must audit the model's robustness, perform red-teaming, and validate output safety for your domain. Self-hosting is the foundation; compliance is your responsibility.

What's included in the model—does it have function-calling built in?

Function-calling support was added via vLLM parser (announced 2025/10/29). You structure prompts with function definitions and parse the model's output. No native OpenAI-style structured output; you handle the serialization layer.

Build a Private Korean AI System

Mi:dm 2.0 Mini is MIT-licensed and ready to self-host. Let LLM.co help you integrate it into your ops stack—fine-tune on proprietary data, connect to your APIs, and keep everything behind your firewall. Start building your Korean-market AI OS today.