mmnga commited on
Commit
ae57976
·
verified ·
1 Parent(s): ebdbd14

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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-Llama-70B-IQ4_NL-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
37
+ IQ4_NL/DeepSeek-R1-Distill-Llama-70B-IQ4_NL-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
38
+ IQ4_NL/DeepSeek-R1-Distill-Llama-70B-IQ4_NL-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
39
+ IQ4_NL/DeepSeek-R1-Distill-Llama-70B-IQ4_NL-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
IQ4_NL/DeepSeek-R1-Distill-Llama-70B-IQ4_NL-00001-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d74b019a2e2bb7b069d828e2a38713c0a3203049c5cfa6caeb2ece2772d2d21
3
+ size 11941660320
IQ4_NL/DeepSeek-R1-Distill-Llama-70B-IQ4_NL-00002-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70f60016c22e11a6eb115cf3193f49496fac4e408c625992de2f2d13e02c6f1d
3
+ size 11928122496
IQ4_NL/DeepSeek-R1-Distill-Llama-70B-IQ4_NL-00003-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0bbfb19f63904f76cb535eaa668e74185ce15dca8125d8021b0bcaff48e01e
3
+ size 11928155328
IQ4_NL/DeepSeek-R1-Distill-Llama-70B-IQ4_NL-00004-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff23f4e945190e8bc8f1625a64ff3b602096bbcc627c0abdaae29d3e9e8ef861
3
+ size 4255683136
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-Llama-70B-gguf
12
+ [deepseek-aiさんが公開しているDeepSeek-R1-Distill-Llama-70B-gguf](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B-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-Llama-70B-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
24
+ ```