βοΈ Liquid Nanos
Collection
Library of task-specific models: https://www.liquid.ai/blog/introducing-liquid-nanos-frontier-grade-performance-on-everyday-devices
β’
18 items
β’
Updated
β’
74
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
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
4-bit
5-bit
6-bit
8-bit
16-bit
32-bit