GGUF
English
Japanese
llama
stockmark-100b-gguf / README.md
mmnga's picture
Upload README.md with huggingface_hub
bacfae4 verified
|
raw
history blame
No virus
594 Bytes
---
license: mit
language:
- en
- ja
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
---
# stockmark-100b-gguf
[stockmarkさんが公開しているstockmark-100b](https://huggingface.co/stockmark/stockmark-100b)の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
./main -m 'stockmark-100b-Q4_0.gguf' -n 128 -p 'こんにちわ'
```