mmnga commited on
Commit
54301c5
1 Parent(s): 321b54e

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: llama2
4
+ language:
5
+ - en
6
+ - ja
7
+ datasets:
8
+ - TFMC/imatrix-dataset-for-japanese-llm
9
+ ---
10
+
11
+ # tokyotech-llm-Swallow-7b-instruct-v0.1-gguf
12
+ [tokyotech-llmさんが公開しているSwallow-7b-instruct-v0.1](https://huggingface.co/tokyotech-llm/Swallow-7b-instruct-v0.1)の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 'tokyotech-llm-Swallow-7b-instruct-v0.1-Q4_0.gguf' -n 128 -p '今晩の夕食をご紹介します。'
23
+ ```