|
--- |
|
license: mit |
|
language: |
|
- en |
|
- ja |
|
datasets: |
|
- TFMC/imatrix-dataset-for-japanese-llm |
|
--- |
|
# Phi-3-mini-128k-instruct-gguf |
|
[microsoftさんが公開しているPhi-3-mini-128k-instruct](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct)のggufフォーマット変換版です。 |
|
|
|
imatrixのデータはTFMC/imatrix-dataset-for-japanese-llmを使用して作成しました。 |
|
|
|
## 他のモデル |
|
[mmnga/Phi-3-mini-128k-instruct-gguf](https://huggingface.co/mmnga/Phi-3-mini-128k-instruct-gguf) |
|
|
|
|
|
## Usage |
|
|
|
``` |
|
git clone https://github.com/ggerganov/llama.cpp.git |
|
cd llama.cpp |
|
make -j |
|
./main -m ../Phi-3-mini-128k-instruct/Phi-3-mini-128k-instruct-IQ4_XS.gguf -p '<|system|>\nYou are a helpful AI assistant.<|end|>\n<|user|>\nこんにちわ。<|end|>\n<|assistant|>\n' -n 128 |
|
``` |