File size: 1,192 Bytes
79d57c9 245c650 79d57c9 245c650 cc51571 245c650 9a1b029 9bd2a8d 245c650 |
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 |
---
license: gemma
license_name: gemma-terms-of-use
license_link: https://www.kaggle.com/models/google/gemma/license/consent
language:
- en
- ja
---
# gemma-1.1-7b-it-gguf
[googleさんが公開しているgemma-1.1-7b-it](https://huggingface.co/google/gemma-1.1-7b-it)のggufフォーマット変換版です。
# Licence
[gemma-terms-of-use 利用規約](https://ai.google.dev/gemma/terms)をご利用前に必ずご確認ください。
## 他のモデル
[mmnga/codegemma-1.1-7b-it-gguf](https://huggingface.co/mmnga/codegemma-1.1-7b-it-gguf)
[mmnga/codegemma-1.1-2b-gguf](https://huggingface.co/mmnga/codegemma-1.1-2b-gguf)
[mmnga/gemma-2b-it-gguf](https://huggingface.co/mmnga/gemma-2b-it-gguf)
[mmnga/gemma-7b-it-gguf](https://huggingface.co/mmnga/gemma-7b-it-gguf)
[mmnga/gemma-1.1-7b-it-gguf](https://huggingface.co/mmnga/gemma-1.1-7b-it-gguf)
[mmnga/codegemma-7b-it-gguf](https://huggingface.co/mmnga/codegemma-7b-it-gguf)
## Usage
```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'gemma-1.1-7b-it-q4_0.gguf' -p "<start_of_turn>user\n日本の文化を10個教えて。<end_of_turn>\n<start_of_turn>model\n" -n 128
```
|