Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- README.md +26 -0
- lightblue-DeepSeek-R1-Distill-Qwen-7B-Japanese-IQ4_NL.gguf +3 -0
.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 |
+
lightblue-DeepSeek-R1-Distill-Qwen-7B-Japanese-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- ja
|
7 |
+
datasets:
|
8 |
+
- TFMC/imatrix-dataset-for-japanese-llm
|
9 |
+
base_model:
|
10 |
+
- lightblue/lightblue-DeepSeek-R1-Distill-Qwen-7B-Japanese
|
11 |
+
---
|
12 |
+
|
13 |
+
# lightblue-DeepSeek-R1-Distill-Qwen-7B-Japanese-gguf
|
14 |
+
[lightblueさんが公開しているlightblue-DeepSeek-R1-Distill-Qwen-7B-Japanese](https://huggingface.co/lightblue/lightblue-DeepSeek-R1-Distill-Qwen-7B-Japanese)のggufフォーマット変換版です。
|
15 |
+
|
16 |
+
imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
|
17 |
+
|
18 |
+
## Usage
|
19 |
+
|
20 |
+
```
|
21 |
+
git clone https://github.com/ggerganov/llama.cpp.git
|
22 |
+
cd llama.cpp
|
23 |
+
cmake -B build -DGGML_CUDA=ON
|
24 |
+
cmake --build build --config Release
|
25 |
+
build/bin/llama-cli -m 'lightblue-DeepSeek-R1-Distill-Qwen-7B-Japanese-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
|
26 |
+
```
|
lightblue-DeepSeek-R1-Distill-Qwen-7B-Japanese-IQ4_NL.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d69c5b5914497d1d674a79b122ba108c3f10abaca728bbe96835e4d657049c74
|
3 |
+
size 4437814048
|