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