Model: LiquidAI/LFM2-350M-ENJP-MT-GGUF Source: Original Platform
library_name, license, license_name, license_link, language, pipeline_tag, tags, base_model
| library_name | license | license_name | license_link | language | pipeline_tag | tags | base_model | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| transformers | other | lfm1.0 | LICENSE |
|
translation |
|
|
LFM2-350M-ENJP-MT-GGUF
Based on the LFM2-350M model, this checkpoint has been fine-tuned for near real-time bi-directional Japanese/English translation of short-to-medium inputs.
Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2-350M-ENJP-MT
🏃 How to run LFM2
Example usage with llama.cpp:
Translating to English.
llama-cli -hf LiquidAI/LFM2-350M-ENJP-MT-GGUF -sys "Translate to English." -st
Translate to Japanese.
llama-cli -hf LiquidAI/LFM2-350M-ENJP-MT-GGUF -sys "Translate to Japanese." -st
Quantized model.
llama-cli -hf LiquidAI/LFM2-350M-ENJP-MT-GGUF:Q4_0 -sys "Translate to Japanese." -st
Description
