GraySoft
Projects Models About FAQ Contact Download guIDE →

liquidai/lfm2-350m-enjp-mt-gguf Q8_0 GGUF - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.

Model Intelligence Sheet

liquidai/lfm2-350m-enjp-mt-gguf overview

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

transformersggufliquidlfm2edgetranslationjapaneseenjabase_model:LiquidAI/LFM2-350M-ENJP-MTbase_model:quantized:LiquidAI/LFM2-350M-ENJP-MTlicense:otherendpoints_compatibleregion:usconversational
liquidai/lfm2-350m-enjp-mt-gguf visual
Downloads
44,803
Likes
31
Pipeline
translation
Library
transformers
Visibility
Public
Access
Open

Repository Files & Downloads

7 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
LFM2-350M-ENJP-MT-F16.gguf GGUF F16 678.52 MB Download
LFM2-350M-ENJP-MT-F32.gguf GGUF F32 1.32 GB Download
LFM2-350M-ENJP-MT-Q4_0.gguf GGUF 209.15 MB Download
LFM2-350M-ENJP-MT-Q4_K_M.gguf GGUF Q4_K_M 218.69 MB Download
LFM2-350M-ENJP-MT-Q5_K_M.gguf GGUF Q5_K_M 248.31 MB Download
LFM2-350M-ENJP-MT-Q6_K.gguf GGUF Q6_K 279.79 MB Download
LFM2-350M-ENJP-MT-Q8_0.gguf GGUF 361.65 MB Download

Model Details Live

Model Slug
liquidai/lfm2-350m-enjp-mt-gguf
Author
LiquidAI
Pipeline Task
translation
Library
transformers
Created
2025-09-03
Last Modified
2026-04-06
Gated
No
Private
No
HF SHA
1a5bdb2d6e596656ed645a4088b9bb8f3423801c
License
other
Language
en, ja
Base Model
LiquidAI/LFM2-350M-ENJP-MT

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "library_name": "transformers",
    "license": "other",
    "license_name": "lfm1.0",
    "license_link": "LICENSE",
    "language": [
      "en",
      "ja"
    ],
    "pipeline_tag": "translation",
    "tags": [
      "liquid",
      "lfm2",
      "edge",
      "translation",
      "japanese"
    ],
    "base_model": [
      "LiquidAI/LFM2-350M-ENJP-MT"
    ],
    "frontmatter": {
      "library_name": "transformers",
      "license": "other",
      "license_name": "lfm1.0",
      "license_link": "LICENSE",
      "language": [
        "en",
        "ja"
      ],
      "pipeline_tag": "translation",
      "tags": [
        "liquid",
        "lfm2",
        "edge",
        "translation",
        "japanese"
      ],
      "base_model": [
        "LiquidAI/LFM2-350M-ENJP-MT"
      ]
    },
    "hero_image_url": "https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/2b08LKpev0DNEk6DlnWkY.png",
    "summary": "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",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlibrary_name: transformers\nlicense: other\nlicense_name: lfm1.0\nlicense_link: LICENSE\nlanguage:\n- en\n- ja\npipeline_tag: translation\ntags:\n- liquid\n- lfm2\n- edge\n- translation\n- japanese\nbase_model:\n- LiquidAI/LFM2-350M-ENJP-MT\n---\n\n<center>\n<div style=\"text-align: center;\">\n  <img \n    src=\"https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/2b08LKpev0DNEk6DlnWkY.png\" \n    alt=\"Liquid AI\"\n    style=\"width: 100%; max-width: 100%; height: auto; display: inline-block; margin-bottom: 0.5em; margin-top: 0.5em;\"\n  />\n</div>\n<div style=\"display: flex; justify-content: center; gap: 0.5em;\">\n<a href=\"https://playground.liquid.ai/\"><strong>Try LFM</strong></a> • <a href=\"https://docs.liquid.ai/lfm/getting-started/welcome\"><strong>Docs</strong></a> • <a href=\"https://leap.liquid.ai/\"><strong>LEAP</strong></a> • <a href=\"https://discord.com/invite/liquid-ai\"><strong>Discord</strong></a>\n</div>\n</center>\n\n<br>\n\n# LFM2-350M-ENJP-MT-GGUF\n\nBased on the [LFM2-350M](https://huggingface.co/LiquidAI/LFM2-350M) model, this checkpoint has been fine-tuned for near real-time **bi-directional Japanese/English translation** of short-to-medium inputs.\n\nFind more details in the original model card: https://huggingface.co/LiquidAI/LFM2-350M-ENJP-MT\n\n## 🏃 How to run LFM2\n\nExample usage with [llama.cpp](https://github.com/ggml-org/llama.cpp):\n\nTranslating to English.\n```\nllama-cli -hf LiquidAI/LFM2-350M-ENJP-MT-GGUF -sys \"Translate to English.\" -st\n```\n\nTranslate to Japanese.\n```\nllama-cli -hf LiquidAI/LFM2-350M-ENJP-MT-GGUF -sys \"Translate to Japanese.\" -st\n```\n\nQuantized model.\n```\nllama-cli -hf LiquidAI/LFM2-350M-ENJP-MT-GGUF:Q4_0 -sys \"Translate to Japanese.\" -st\n```",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "liquid",
    "lfm2",
    "edge",
    "translation",
    "japanese",
    "en",
    "ja",
    "base_model:LiquidAI/LFM2-350M-ENJP-MT",
    "base_model:quantized:LiquidAI/LFM2-350M-ENJP-MT",
    "license:other",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 31,
  "downloads": 44803,
  "gated": false,
  "private": false,
  "last_modified": "2026-04-06T18:53:25.000Z",
  "created_at": "2025-09-03T01:29:36.000Z",
  "pipeline_tag": "translation",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "68b79a00921a2b56cb1c43c9",
  "id": "LiquidAI/LFM2-350M-ENJP-MT-GGUF",
  "modelId": "LiquidAI/LFM2-350M-ENJP-MT-GGUF",
  "sha": "1a5bdb2d6e596656ed645a4088b9bb8f3423801c",
  "createdAt": "2025-09-03T01:29:36.000Z",
  "lastModified": "2026-04-06T18:53:25.000Z",
  "author": "LiquidAI",
  "downloads": 44803,
  "likes": 31,
  "gated": false,
  "private": false,
  "pipeline_tag": "translation",
  "library_name": "transformers",
  "siblings_count": 14
}