|
--- |
|
license: apache-2.0 |
|
--- |
|
# cyberagent-calm2-7b-gguf |
|
[cyberagentさんが公開しているcalm2-7b-chat](https://huggingface.co/cyberagent/calm2-7b)のgguf版です。 |
|
|
|
モデル一覧 |
|
GPTQ |
|
[mmnga/cyberagent-calm2-7b-GPTQ-calib-ja-1k](https://huggingface.co/mmnga/cyberagent-calm2-7b-GPTQ-calib-ja-1k) |
|
[mmnga/cyberagent-calm2-7b-chat-GPTQ-calib-ja-1k](https://huggingface.co/mmnga/cyberagent-calm2-7b-chat-GPTQ-calib-ja-1k) |
|
|
|
GGUF |
|
[mmnga/cyberagent-calm2-7b-gguf](https://huggingface.co/mmnga/cyberagent-calm2-7b-gguf) |
|
[mmnga/cyberagent-calm2-7b-chat-gguf](https://huggingface.co/mmnga/cyberagent-calm2-7b-chat-gguf) |
|
|
|
## Usage |
|
|
|
``` |
|
git clone https://github.com/ggerganov/llama.cpp.git |
|
cd llama.cpp |
|
make -j |
|
./main -m 'cyberagent-calm2-7b-q4_0.gguf' -n 128 -p 'USER: AIによって私達の暮らしはどのように変わりますか? \n ASSISTANT: ' |
|
``` |