CoolFace
Modelpublic

mmnga/plamo-2-translate-gguf

sourceHugging Faceotherupdated 1y agoView on Hugging Face
22likes1.8kdownloads
Model Card

license: other licensename: plamo-community-license licenselink: https://huggingface.co/pfnet/plamo-2-8b/blob/main/LICENSE/ja language:

  • —en
  • —ja datasets:
  • —TFMC/imatrix-dataset-for-japanese-llm base_model:
  • —pfnet/plamo-2-translate ---

plamo-2-translate-gguf

pfnetさんが公開しているplamo-2-translateのggufフォーマット変換版です。

imatrixのデータはTFMC/imatrix-dataset-for-japanese-llmを使用して作成しました。

Usage

git clone https://github.com/ggml-org/llama.cpp.git
cd llama.cpp
cmake -B build -DGGML_CUDA=ON
cmake --build build --config Release
build/bin/llama-cli -m 'plamo-2-translate-gguf' -n 128 -c 128 -p '<|plamo:op|>dataset\ntranslation\n\n<|plamo:op|>input lang=English\nWrite the text to be translated here.\n<|plamo:op|>output lang=Japanese' -no-cnv