metadata
license: other
license_name: plamo-community-license
license_link: 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