File size: 925 Bytes
b03dce1 6cb6286 b03dce1 6cb6286 b03dce1 6cb6286 b03dce1 6cb6286 b03dce1 d371629 6cb6286 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
license: other
license_name: mrl
license_link: https://mistral.ai/licenses/MRL-0.1.md
language:
- en
- fr
- de
- es
- it
- pt
- zh
- ja
- ru
- ko
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
tags:
- mistral
---
# Mistral-Large-Instruct-2407-gguf
[mistralaiさんが公開しているMistral-Large-Instruct-2407](https://huggingface.co/mistralai/Mistral-Large-Instruct-2407)のggufフォーマット変換版です。
imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
## Usage
```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
.llama-cli -m 'Mistral-Large-Instruct-2407-Q4_0.gguf' -n 128 -p '<|im_start|>system\nあなたはプロの料理人です。<|im_end|>\n<|im_start|>user\n今晩の夕食のレシピを教えて<|im_end|>\n<|im_start|>assistant\n'
``` |