--- license: llama3 language: - en - ja tags: - llama3 datasets: - TFMC/imatrix-dataset-for-japanese-llm --- # alfredplpl-Llama-3-8B-Instruct-Ja-gguf [alfredplplさんが公開しているLlama-3-8B-Instruct-Ja](https://huggingface.co/alfredplpl/Llama-3-8B-Instruct-Ja)のggufフォーマット変換版です。 imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。 ## 他のモデル [mmnga/alfredplpl-Llama-3-8B-Instruct-Ja-gguf](https://huggingface.co/mmnga/alfredplpl-Llama-3-8B-Instruct-Ja-gguf) [mmnga/alfredplpl-suzume-poc-gguf](https://huggingface.co/mmnga/alfredplpl-suzume-poc-gguf) [mmnga/alfredplpl-gemma-2b-it-ja-poc-gguf](https://huggingface.co/mmnga/alfredplpl-gemma-2b-it-ja-poc-gguf) ## Usage ``` git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp make -j ./main -m 'alfredplpl-Llama-3-8B-Instruct-Ja-Q4_0.gguf' -p "<|begin_of_text|><|start_header_id|>user <|end_header_id|>\n\nこんにちわ<|eot_id|><|start_header_id|>assistant <|end_header_id|>\n\n" -n 128 ```