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