LiquidAI / LFM2.5-1.2B-JP

huggingface.co
Total runs: 3.0K
24-hour runs: 0
7-day runs: -125
30-day runs: 646
Model's Last Updated: March 30 2026
text-generation

Introduction of LFM2.5-1.2B-JP

Model Details of LFM2.5-1.2B-JP

LFM2.5-1.2B-JP

LFM2.5-1.2B-JP is a chat model specifically optimized for Japanese. While LFM2 already supported Japanese as one of eight languages, LFM2.5-JP pushes state-of-the-art on Japanese knowledge and instruction-following at its scale. This model is ideal for developers building Japanese-language applications where cultural and linguistic nuance matter.

Find more information about LFM2.5 in our blog post .

🏃 Inference

LFM2.5 is supported by many inference frameworks. See the Inference documentation for the full list.

Name Description Docs Notebook
Transformers Simple inference with direct access to model internals. Link Colab link
vLLM High-throughput production deployments with GPU. Link Colab link
llama.cpp Cross-platform inference with CPU offloading. Link Colab link

Here's a quick start example with transformers :

from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer

model_id = "LiquidAI/LFM2.5-1.2B-JP"
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    device_map="auto",
    dtype="bfloat16",
#   attn_implementation="flash_attention_2" <- uncomment on compatible GPU
)
tokenizer = AutoTokenizer.from_pretrained(model_id)
streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)

prompt = "What is C. elegans?"

input_ids = tokenizer.apply_chat_template(
    [{"role": "user", "content": prompt}],
    add_generation_prompt=True,
    return_tensors="pt",
    tokenize=True,
).to(model.device)

output = model.generate(
    input_ids,
    do_sample=True,
    temperature=0.3,
    min_p=0.15,
    repetition_penalty=1.05,
    max_new_tokens=512,
    streamer=streamer,
)
🔧 Fine-Tuning

We recommend fine-tuning LFM2.5 for your specific use case to achieve the best results.

Name Description Docs Notebook
SFT ( Unsloth ) Supervised Fine-Tuning with LoRA using Unsloth. Link Colab link
SFT ( TRL ) Supervised Fine-Tuning with LoRA using TRL. Link Colab link
DPO ( TRL ) Direct Preference Optimization with LoRA using TRL. Link Colab link
📊 Performance
Model JMMLU M-IFEval (ja) GSM8K (ja)
LFM2.5-1.2B-JP 50.7 58.1 56.0
LFM2.5-1.2B-Instruct 47.7 41.8 46.8
Qwen3-1.7B (Instruct mode) 47.7 40.3 46.0
Llama 3.2 1B Instruct 34.0 24.1 25.2
TinySwallow-1.5B-Instruct 48.0 36.5 47.2
Gemma-2-Llama-Swallow-2b-it-v0.1 48.1 33.4 34.4
Gemma-3-1b-it 34.5 26.3 33.6
Granite-4.0-h-1b 42.2 39.3 42.8
Sarashina2.2-1b-instruct-v0.1 40.2 21.9 44.4

Evaluation Notes

  • All results are zero-shot evaluations using greedy decoding .
  • M-IFEval (ja) scores correspond to the loose evaluation setting .
  • JMMLU was evaluated using a prompt format in a similar style to the ArtificialAnalysis methodology (with corresponding parsing logic). The Japanese prompt template used is shown below:
PROMPT_TEMPLATE = """与えられた選択問題に答えてください。回答の最後の行に「答え:{valid_options}」のように出力してください(例:「答え:X」)。

{question}

{options}"""
Contact

For enterprise solutions and edge deployment, contact [email protected] .

Citation
@article{liquidai2025lfm2,
  title={LFM2 Technical Report},
  author={Liquid AI},
  journal={arXiv preprint arXiv:2511.23404},
  year={2025}
}

Runs of LiquidAI LFM2.5-1.2B-JP on huggingface.co

3.0K
Total runs
0
24-hour runs
0
3-day runs
-125
7-day runs
646
30-day runs

More Information About LFM2.5-1.2B-JP huggingface.co Model

More LFM2.5-1.2B-JP license Visit here:

https://choosealicense.com/licenses/lfm1.0

LFM2.5-1.2B-JP huggingface.co

LFM2.5-1.2B-JP huggingface.co is an AI model on huggingface.co that provides LFM2.5-1.2B-JP's model effect (), which can be used instantly with this LiquidAI LFM2.5-1.2B-JP model. huggingface.co supports a free trial of the LFM2.5-1.2B-JP model, and also provides paid use of the LFM2.5-1.2B-JP. Support call LFM2.5-1.2B-JP model through api, including Node.js, Python, http.

LFM2.5-1.2B-JP huggingface.co Url

https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP

LiquidAI LFM2.5-1.2B-JP online free

LFM2.5-1.2B-JP huggingface.co is an online trial and call api platform, which integrates LFM2.5-1.2B-JP's modeling effects, including api services, and provides a free online trial of LFM2.5-1.2B-JP, you can try LFM2.5-1.2B-JP online for free by clicking the link below.

LiquidAI LFM2.5-1.2B-JP online free url in huggingface.co:

https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP

LFM2.5-1.2B-JP install

LFM2.5-1.2B-JP is an open source model from GitHub that offers a free installation service, and any user can find LFM2.5-1.2B-JP on GitHub to install. At the same time, huggingface.co provides the effect of LFM2.5-1.2B-JP install, users can directly use LFM2.5-1.2B-JP installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

LFM2.5-1.2B-JP install url in huggingface.co:

https://huggingface.co/LiquidAI/LFM2.5-1.2B-JP

Url of LFM2.5-1.2B-JP

LFM2.5-1.2B-JP huggingface.co Url

Provider of LFM2.5-1.2B-JP huggingface.co

LiquidAI
ORGANIZATIONS

Other API from LiquidAI

huggingface.co

Total runs: 119.0K
Run Growth: 76.2K
Growth Rate: 64.05%
Updated:April 02 2026
huggingface.co

Total runs: 104.2K
Run Growth: 78.6K
Growth Rate: 75.40%
Updated:March 30 2026
huggingface.co

Total runs: 100.4K
Run Growth: 58.9K
Growth Rate: 58.70%
Updated:February 13 2026
huggingface.co

Total runs: 94.9K
Run Growth: 25.8K
Growth Rate: 27.18%
Updated:March 30 2026
huggingface.co

Total runs: 20.2K
Run Growth: -12.8K
Growth Rate: -63.43%
Updated:March 30 2026
huggingface.co

Total runs: 15.0K
Run Growth: -24.0K
Growth Rate: -159.48%
Updated:March 30 2026
huggingface.co

Total runs: 11.9K
Run Growth: -170
Growth Rate: -1.43%
Updated:March 30 2026
huggingface.co

Total runs: 9.6K
Run Growth: -1.9K
Growth Rate: -19.52%
Updated:March 30 2026
huggingface.co

Total runs: 6.5K
Run Growth: 449
Growth Rate: 6.86%
Updated:March 30 2026
huggingface.co

Total runs: 3.8K
Run Growth: -692
Growth Rate: -18.35%
Updated:March 30 2026