:birthday: initial commit
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 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
DeepSeek-R1-Distill-Qwen-32B-Japanese-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f890e2d4faaa17685acd6522d9516231d3ef9bd08423100e6832eb478ef7c769
|
3 |
+
size 19851336064
|
DeepSeek-R1-Distill-Qwen-32B-Japanese-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c37d276585023d2c8df289dfb0914e86b9f8163fa480c3e2e80f14758353eca1
|
3 |
+
size 26886154624
|
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
language:
|
5 |
+
- ja
|
6 |
+
tags:
|
7 |
+
- japanese
|
8 |
+
- qwen2
|
9 |
+
- gguf
|
10 |
+
inference: false
|
11 |
+
base_model:
|
12 |
+
- cyberagent/DeepSeek-R1-Distill-Qwen-32B-Japanese
|
13 |
+
---
|
14 |
+
|
15 |
+
# DeepSeek-R1-Distill-Qwen-32B-Japanese GGUF
|
16 |
+
|
17 |
+
## Model Description
|
18 |
+
|
19 |
+
This repository provides a GGUF quantized version of the [cyberagent/DeepSeek-R1-Distill-Qwen-32B-Japanese](https://huggingface.co/cyberagent/DeepSeek-R1-Distill-Qwen-32B-Japanese) model from [CyberAgent](https://cyberagent.ai).
|
20 |
+
|
21 |
+
## License
|
22 |
+
[MIT License](https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE)
|
23 |
+
|
24 |
+
|