|
--- |
|
license: llama3.2 |
|
--- |
|
# What is this? |
|
投機的デコードに活用できるLlama3の小型モデル[Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)をGGUFフォーマットに変換したものです。 |
|
|
|
# imatrix dataset |
|
日本語能力を重視し、日本語が多量に含まれる[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)データセットを使用しました。<br> |
|
なお、imatrixの算出においてはf32精度のモデルを使用しました。これは、本来の数値精度であるbf16でのimatrix計算に現行のCUDA版llama.cppが対応していないためです。 |
|
|
|
# Chat template |
|
``` |
|
<|start_header_id|>system<|end_header_id|>\n\nここにsystemプロンプトを書きます<|eot_id|><|start_header_id|>user<|end_header_id|>\n\nここにMessageを書きます<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n |
|
``` |
|
|
|
# Environment |
|
Windows(CUDA12)版llama.cpp-b4178、およびllama.cppの4286回目のcommit時のconvert_hf_to_gguf.pyを使用して量子化作業を実施しました。 |
|
|
|
# License |
|
LLAMA 3.2 COMMUNITY LICENSE |
|
|
|
# Developer |
|
Meta |
|
|
|
# Credit |
|
**Built with Llama** |