mmnga commited on
Commit
beb2833
1 Parent(s): dbffbed

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - ja
6
+ datasets:
7
+ - TFMC/imatrix-dataset-for-japanese-llm
8
+ ---
9
+ # ryota39-Phi-3-mini-4k-instruct-dpo-gguf
10
+ [ryota39さんが公開しているPhi-3-mini-4k-instruct-dpo](https://huggingface.co/ryota39/Phi-3-mini-4k-instruct-dpo)のggufフォーマット変換版です。
11
+
12
+ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
13
+
14
+
15
+ ## Usage
16
+
17
+ ```
18
+ git clone https://github.com/ggerganov/llama.cpp.git
19
+ cd llama.cpp
20
+ make -j
21
+ ./main -m 'ryota39-Phi-3-mini-4k-instruct-dpo-Q4_0.gguf' -p "<|user|>\n今晩の夕食のレシピを教えて<|end>\n<|assistant|>\n" -n 128
22
+ ```