GGUF
English
Japanese
mmnga commited on
Commit
8cfa196
1 Parent(s): 03be003

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: llama3
4
+ language:
5
+ - en
6
+ - ja
7
+ datasets:
8
+ - TFMC/imatrix-dataset-for-japanese-llm
9
+ ---
10
+
11
+ # Meta-Llama-3-8B-Instruct-gguf
12
+ [meta-llamaさんが公開しているMeta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)のggufフォーマット変換版です。
13
+
14
+ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
15
+
16
+ ## Usage
17
+
18
+ ```
19
+ git clone https://github.com/ggerganov/llama.cpp.git
20
+ cd llama.cpp
21
+ make -j
22
+ ./main -m 'Meta-Llama-3-8B-Instruct-Q4_0.gguf' -n 128 -p 'こんにちわ.'
23
+ ```