Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,20 @@
|
|
1 |
-
|
2 |
---
|
3 |
license: gemma
|
4 |
language:
|
5 |
- en
|
6 |
- ja
|
7 |
datasets:
|
8 |
-
-
|
|
|
9 |
---
|
10 |
|
11 |
# codegemma-1.1-2b-gguf
|
12 |
[googleさんが公開しているcodegemma-1.1-2b](https://huggingface.co/google/codegemma-1.1-2b)のggufフォーマット変換版です。
|
13 |
|
14 |
-
imatrixのデータは
|
|
|
|
|
|
|
15 |
|
16 |
## Usage
|
17 |
|
@@ -19,5 +22,5 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
|
|
19 |
git clone https://github.com/ggerganov/llama.cpp.git
|
20 |
cd llama.cpp
|
21 |
make -j
|
22 |
-
./main -m 'codegemma-1.1-2b-Q4_0.gguf' -n 128 -p ''
|
23 |
-
```
|
|
|
|
|
1 |
---
|
2 |
license: gemma
|
3 |
language:
|
4 |
- en
|
5 |
- ja
|
6 |
datasets:
|
7 |
+
- kunishou/amenokaku-code-instruct
|
8 |
+
- TokenBender/code_instructions_122k_alpaca_style
|
9 |
---
|
10 |
|
11 |
# codegemma-1.1-2b-gguf
|
12 |
[googleさんが公開しているcodegemma-1.1-2b](https://huggingface.co/google/codegemma-1.1-2b)のggufフォーマット変換版です。
|
13 |
|
14 |
+
imatrixのデータは
|
15 |
+
[kunishou/amenokaku-code-instruct](https://huggingface.co/datasets/kunishou/amenokaku-code-instruct)
|
16 |
+
[TokenBender/code_instructions_122k_alpaca_style](https://huggingface.co/datasets/TokenBender/code_instructions_122k_alpaca_style)
|
17 |
+
から1000ずつサンプリングしたデータを使用して作成しました。
|
18 |
|
19 |
## Usage
|
20 |
|
|
|
22 |
git clone https://github.com/ggerganov/llama.cpp.git
|
23 |
cd llama.cpp
|
24 |
make -j
|
25 |
+
./main -m 'codegemma-1.1-2b-Q4_0.gguf' -n 128 -p 'Write Hello World.'
|
26 |
+
```
|