mmnga commited on
Commit
b7223d8
1 Parent(s): 2e87f3a

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: mit
4
+ language:
5
+ - en
6
+ - ja
7
+ datasets:
8
+ - TFMC/imatrix-dataset-for-japanese-llm
9
+ ---
10
+
11
+ # Phi-3-medium-128k-instruct-gguf
12
+ [microsoftさんが公開しているPhi-3-medium-128k-instruct](https://huggingface.co/microsoft/Phi-3-medium-128k-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 'Phi-3-medium-128k-instruct-Q4_0.gguf' -n 128 -p 'こんにちわ'
23
+ ```