mmnga commited on
Commit
2c04dfc
·
verified ·
1 Parent(s): c87ce13

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ IQ4_NL/DeepSeek-R1-Distill-Qwen-7B-IQ4_NL-00001-of-00001.gguf filter=lfs diff=lfs merge=lfs -text
IQ4_NL/DeepSeek-R1-Distill-Qwen-7B-IQ4_NL-00001-of-00001.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:415afaaa6b168eb101abf4982d6a8671c39fdfc9581c014b450c0f35acae4c54
3
+ size 4437813280
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: other
4
+ language:
5
+ - en
6
+ - ja
7
+ datasets:
8
+ - TFMC/imatrix-dataset-for-japanese-llm
9
+ ---
10
+
11
+ # DeepSeek-R1-Distill-Qwen-7B-gguf
12
+ [deepseek-aiさんが公開しているDeepSeek-R1-Distill-Qwen-7B-gguf](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B-gguf)の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
+ cmake -B build -DGGML_CUDA=ON
22
+ cmake --build build --config Release
23
+ build/bin/llama-cli -m 'DeepSeek-R1-Distill-Qwen-7B-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
24
+ ```