grapevine-AI commited on
Commit
94614f7
·
verified ·
1 Parent(s): f1effb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # What is this?
5
+ Mistral-Small-24B-Instruct-2501をreasoningデータでファインチューニングして作成した思考モデル、[Mistral-Small-24B-Instruct-2501-reasoning](https://huggingface.co/yentinglin/Mistral-Small-24B-Instruct-2501-reasoning)をGGUFフォーマットに変換したものです。
6
+
7
+ # imatrix dataset
8
+ 日本語能力を重視し、日本語が多量に含まれる[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)データセットを使用しました。<br>
9
+ また、CUDA版llama.cppがbfloat16に対応したため、imatrixの算出は本来の数値精度であるBF16のモデルを使用して行いました。
10
+
11
+ # Chat template
12
+ ```
13
+ [SYSTEM_PROMPT] ここにSystem Promptを書きます。[/SYSTEM_PROMPT][INST] ここにMessageを書きます。[/INST]
14
+ ```
15
+
16
+ # Environment
17
+ Windows版llama.cpp-b4514およびllama.cpp-b4524同時リリースのconvert-hf-to-gguf.pyを使用して量子化作業を実施しました。
18
+
19
+ # License
20
+ Apache 2.0
21
+
22
+ # Developer
23
+ Mistral AI & Yenting Lin