GraySoft
Projects Models About FAQ Contact Download guIDE →

liquidai/lfm2-350m-pii-extract-jp-gguf Q4_K_M 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-pii-extract-jp-gguf overview

Based on LFM2-350M, this checkpoint is designed to extract personally identifiable information (PII) from Japanese text and output it in JSON format. The output can then be used to mask out sensitive information in contracts, emails, personal medical reports, insurance bills, etc. directly on-device. Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2-350M-PII-Extract-JP

ggufliquidlfm2edgebase_model:LiquidAI/LFM2-350M-PII-Extract-JPbase_model:quantized:LiquidAI/LFM2-350M-PII-Extract-JPlicense:otherendpoints_compatibleregion:usconversational
liquidai/lfm2-350m-pii-extract-jp-gguf visual
Downloads
950
Likes
8
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

6 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
LFM2-350M-PII-Extract-JP-F16.gguf GGUF F16 678.52 MB Download
LFM2-350M-PII-Extract-JP-Q4_0.gguf GGUF 209.15 MB Download
LFM2-350M-PII-Extract-JP-Q4_K_M.gguf GGUF Q4_K_M 218.69 MB Download
LFM2-350M-PII-Extract-JP-Q5_K_M.gguf GGUF Q5_K_M 248.31 MB Download
LFM2-350M-PII-Extract-JP-Q6_K.gguf GGUF Q6_K 279.79 MB Download
LFM2-350M-PII-Extract-JP-Q8_0.gguf GGUF 361.65 MB Download

Model Details Live

Model Slug
liquidai/lfm2-350m-pii-extract-jp-gguf
Author
LiquidAI
Pipeline Task
Library
Created
2025-09-30
Last Modified
2026-04-06
Gated
No
Private
No
HF SHA
1d7f62918d68de6b6085296b8c2a2222b72afa82
License
Unknown
Language
Unknown
Base Model
Unknown

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "other",
    "license_name": "lfm1.0",
    "license_link": "LICENSE",
    "tags": [
      "liquid",
      "lfm2",
      "edge"
    ],
    "base_model": [
      "LiquidAI/LFM2-350M-PII-Extract-JP"
    ],
    "frontmatter": {},
    "hero_image_url": "https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/2b08LKpev0DNEk6DlnWkY.png",
    "summary": "Based on LFM2-350M, this checkpoint is designed to **extract personally identifiable information (PII) from Japanese text and output it in JSON format.** The output can then be used to mask out sensitive information in contracts, emails, personal medical reports, insurance bills, etc. directly on-device. Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2-350M-PII-Extract-JP",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "\n---\nlicense: other\nlicense_name: lfm1.0\nlicense_link: LICENSE\ntags:\n- liquid\n- lfm2\n- edge\nbase_model:\n- LiquidAI/LFM2-350M-PII-Extract-JP\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/chat\">\n<a href=\"https://playground.liquid.ai/\"><strong>Try LFM</strong></a> • <a href=\"https://docs.liquid.ai/lfm\"><strong>Documentation</strong></a> • <a href=\"https://leap.liquid.ai/\"><strong>LEAP</strong></a></a>\n</div>\n</center>\n\n# LFM2-350M-PII-Extract-JP-GGUF\n\nBased on [LFM2-350M](https://huggingface.co/LiquidAI/LFM2-350M), this checkpoint is designed to **extract personally identifiable information (PII) from Japanese text and output it in JSON format.**\nThe output can then be used to mask out sensitive information in contracts, emails, personal medical reports, insurance bills, etc. directly on-device.\n\nFind more details in the original model card: https://huggingface.co/LiquidAI/LFM2-350M-PII-Extract-JP\n\n## 🏃 How to run LFM2\n\nExample usage with [llama.cpp](https://github.com/ggml-org/llama.cpp):\n\n- Extract address, company/institution names, email addresses, human names, and phone numbers from Japanese text.\n  ```\n  llama-cli -hf LiquidAI/LFM2-350M-PII-Extract-JP-GGUF -st --temp 0.0 --json-schema {} --jinja\n  ```\n  \n- Specifying a particular quantization scheme (e.g. `Q8_0`):\n  ```\n  llama-cli -hf LiquidAI/LFM2-350M-PII-Extract-JP-GGUF:Q8_0 -st --temp 0.0 --json-schema {} --jinja\n  ```\n  Several quantization variants are available (`Q4_0`, `Q4_K_M`, `Q5_K_M`, `Q6_K`, `Q8_0`, and `F16`).\n  \n- Only extracting particular entities (e.g. only extract `address` and `company_name`):\n  ```\n  llama-cli -hf LiquidAI/LFM2-350M-PII-Extract-JP-GGUF -st --temp 0.0 --json-schema {} -sys \"Extract <address>, <company_name>\"\n  ```",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "liquid",
    "lfm2",
    "edge",
    "base_model:LiquidAI/LFM2-350M-PII-Extract-JP",
    "base_model:quantized:LiquidAI/LFM2-350M-PII-Extract-JP",
    "license:other",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 8,
  "downloads": 950,
  "gated": false,
  "private": false,
  "last_modified": "2026-04-06T18:53:24.000Z",
  "created_at": "2025-09-30T07:19:05.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "68db84697046bcbdc87a5b7a",
  "id": "LiquidAI/LFM2-350M-PII-Extract-JP-GGUF",
  "modelId": "LiquidAI/LFM2-350M-PII-Extract-JP-GGUF",
  "sha": "1d7f62918d68de6b6085296b8c2a2222b72afa82",
  "createdAt": "2025-09-30T07:19:05.000Z",
  "lastModified": "2026-04-06T18:53:24.000Z",
  "author": "LiquidAI",
  "downloads": 950,
  "likes": 8,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 12
}