32 lines
816 B
Markdown
32 lines
816 B
Markdown
|
|
---
|
|
license: gemma
|
|
tags:
|
|
- gemma3
|
|
- gemma
|
|
- google
|
|
pipeline_tag: text-generation
|
|
language:
|
|
- en
|
|
- ja
|
|
datasets:
|
|
- TFMC/imatrix-dataset-for-japanese-llm
|
|
base_model:
|
|
- google/gemma-3-270m-it
|
|
---
|
|
|
|
# gemma-3-270m-it-gguf
|
|
[googleさんが公開しているgemma-3-270m-it](https://huggingface.co/google/gemma-3-270m-it)のggufフォーマット変換版です。
|
|
|
|
imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
|
|
|
|
## Usage
|
|
|
|
```
|
|
git clone https://github.com/ggml-org/llama.cpp.git
|
|
cd llama.cpp
|
|
cmake -B build -DGGML_CUDA=ON
|
|
cmake --build build --config Release
|
|
build/bin/llama-cli -m 'gemma-3-270m-it-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
|
|
```
|