GGUF
English
Japanese
File size: 836 Bytes
6090767
 
 
 
 
 
 
2e59ffe
 
6090767
 
 
 
 
2e59ffe
 
 
 
6090767
 
 
 
 
 
 
2e59ffe
6090767
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

---
license: gemma
language:
- en
- ja
datasets:
- kunishou/amenokaku-code-instruct
- TokenBender/code_instructions_122k_alpaca_style
---

# codegemma-1.1-7b-it-gguf
[googleさんが公開しているcodegemma-1.1-7b-it](https://huggingface.co/google/codegemma-1.1-7b-it)のggufフォーマット変換版です。  

imatrixのデータは  
[kunishou/amenokaku-code-instruct](https://huggingface.co/datasets/kunishou/amenokaku-code-instruct)  
[TokenBender/code_instructions_122k_alpaca_style](https://huggingface.co/datasets/TokenBender/code_instructions_122k_alpaca_style)  
から1000ずつサンプリングしたデータを使用して作成しました。  
  
## Usage

```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'codegemma-1.1-7b-it-Q4_0.gguf' -n 128 -p 'Write Hello World.'
```