Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gemma
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- gemma2
|
8 |
+
- conversational
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
library_name: transformers
|
11 |
+
base_model: rinna/gemma-2-baku-2b-it
|
12 |
+
---
|
13 |
+
rinna様の [rinna/gemma-2-baku-2b-it](https://huggingface.co/rinna/gemma-2-baku-2b-it) をGGUF形式に変換したものです。
|
14 |
+
K量子化モデルについてもiMatrix適用してあります。
|
15 |
+
|
16 |
+
iMatrixテキストはTFMC様の[c4_en_ja_imatrix.txt](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用しています。
|