Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- de
|
5 |
+
- fr
|
6 |
+
- it
|
7 |
+
- pt
|
8 |
+
- hi
|
9 |
+
- es
|
10 |
+
- th
|
11 |
+
library_name: transformers
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
tags:
|
14 |
+
- facebook
|
15 |
+
- meta
|
16 |
+
- pytorch
|
17 |
+
- llama
|
18 |
+
- llama-3
|
19 |
+
license: llama3.2
|
20 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
21 |
+
---
|
22 |
+
meta-llama様の [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) をGGUF形式に変換したものです。
|
23 |
+
K量子化モデルについてもiMatrix適用してあります。
|
24 |
+
|
25 |
+
iMatrixテキストはTFMC様の[c4_en_ja_imatrix.txt](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用しています。
|