Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: llama3.3
|
| 3 |
---
|
| 4 |
# What is this?
|
| 5 |
-
DeepSeek-R1をLlama-3.3-70B-Instructに蒸留したThinkingモデル、[DeepSeek-R1-Distill-Llama-70B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B)をGGUFフォーマットに変換したものです。
|
| 6 |
|
| 7 |
# imatrix dataset
|
| 8 |
日本語能力を重視し、日本語が多量に含まれる[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)データセットを使用しました。<br>
|
|
@@ -12,7 +12,7 @@ DeepSeek-R1をLlama-3.3-70B-Instructに蒸留したThinkingモデル、[DeepSeek
|
|
| 12 |
<|start_header_id|>system<|end_header_id|>\n\nここにsystemプロンプトを書きます<|eot_id|><|start_header_id|>user<|end_header_id|>\n\nここにMessageを書きます<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n
|
| 13 |
``` -->
|
| 14 |
# Environment
|
| 15 |
-
Windows版llama.cpp-b4514
|
| 16 |
|
| 17 |
# License
|
| 18 |
LLAMA 3.3 COMMUNITY LICENSE
|
|
|
|
| 2 |
license: llama3.3
|
| 3 |
---
|
| 4 |
# What is this?
|
| 5 |
+
DeepSeek (深度求索)が公式自らDeepSeek-R1をLlama-3.3-70B-Instructに蒸留したThinkingモデル、[DeepSeek-R1-Distill-Llama-70B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B)をGGUFフォーマットに変換したものです。
|
| 6 |
|
| 7 |
# imatrix dataset
|
| 8 |
日本語能力を重視し、日本語が多量に含まれる[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)データセットを使用しました。<br>
|
|
|
|
| 12 |
<|start_header_id|>system<|end_header_id|>\n\nここにsystemプロンプトを書きます<|eot_id|><|start_header_id|>user<|end_header_id|>\n\nここにMessageを書きます<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n
|
| 13 |
``` -->
|
| 14 |
# Environment
|
| 15 |
+
Windows版llama.cpp-b4514およびllama.cpp-b4453同時リリースのconvert-hf-to-gguf.pyを使用して量子化作業を実施しました。
|
| 16 |
|
| 17 |
# License
|
| 18 |
LLAMA 3.3 COMMUNITY LICENSE
|