Our Hong Kong fine-tuning engagements solve a specific technical problem: making models work across Traditional Chinese, Simplified Chinese, and English within a single document or conversation. We start by analyzing the client's actual document mix — the ratio of languages, the prevalence of code-switching (mixing Chinese and English within sentences, ubiquitous in Hong Kong business), and the domain-specific terminology that needs accurate handling. For trade finance, we fine-tune on annotated letter-of-credit fields, bill-of-lading entity extraction, and cross-document reconciliation (matching parties, amounts, and goods across documents in different languages). Qwen 2 is our preferred base for Chinese-English tasks — its pretraining on Chinese text is significantly deeper than Llama 3's, and it handles Traditional Chinese (essential for Hong Kong legal documents) better than models optimized only for Simplified. For Cantonese conversational tasks (customer service, meeting transcription), we supplement with Cantonese-specific training data — a gap in almost every commercial model, since Cantonese written forms differ from spoken forms in ways that standard Chinese NLP training data does not capture. Training runs on Hong Kong infrastructure: AWS ap-east-1, Azure East Asia, or client on-premise GPU clusters. PDPO compliance is built into the data preparation pipeline — we pseudonymize personal data before fine-tuning and implement data retention controls aligned with the privacy ordinance.