How to Run UnimeType Transliteration-4B in LM Studio
Download, load, and test the 4B multilingual Convert model locally with Chinese Pinyin, Japanese Romaji, Hinglish, and Arabizi.

UnimeType Transliteration-4B is a small Convert model published in MLX format. On Apple silicon, LM Studio provides a straightforward way to load it and try the four target language paths locally.
Download the model
Open the Transliteration-4B model page and download the repository with your preferred Hugging Face workflow. In LM Studio, import or select the downloaded MLX model directory.
The published artifact is based on Qwen3.5-4B and uses 6-bit affine quantization with group size 64. The model repository is approximately 3.44 GB. Storage size does not equal peak runtime memory.
Load it as a text model
Use a context length of 2048 for the short Convert examples described here. Start the local server, then select the loaded model in LM Studio.
Convert expects a task prompt that identifies the target language and asks for replacement text only. A general chat prompt is not the same test and may produce commentary or a different writing task.
Try one input from each language
Useful smoke tests include:
| Language path | Latin input | Intended form |
|---|---|---|
| Chinese | jintian yao finish README | 今天要 finish README |
| Japanese | ashita Tokyo de meeting ga arimasu | 明日 Tokyo で meeting があります |
| Hindi | aaj meeting hai | आज meeting है |
| Arabic | fee meeting bokra | في meeting بكرة |
These examples test more than script generation. Each one also checks whether an English span remains unchanged.
Test preservation before testing long prose
Before judging the model on paragraphs, try code, a product name, a URL, an emoji, and a multiline input. The model is intended for bounded Convert actions, not translation, rewriting, Polish, or Explain.
Local execution keeps inference on the machine running LM Studio. What another application sends to the local server depends on that application's integration and settings.
For the score behind the model card, read How we evaluate multilingual transliteration. The product's local and network boundaries are documented in Product boundaries.
Choose your platformSee the current download and testing options.
View downloadsNext: How to type Hindi using an English keyboard: 3 methods