Kendamarron commited on
Commit
ce5c94d
·
verified ·
1 Parent(s): 34d75b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -23,6 +23,11 @@ should probably proofread and complete it, then remove this comment. -->
23
 
24
  [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)をCoTデータでファインチューニングすることで作成したreasoningモデルです。
25
 
 
 
 
 
 
26
  ## Usage
27
  ```
28
  import torch
 
23
 
24
  [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)をCoTデータでファインチューニングすることで作成したreasoningモデルです。
25
 
26
+ 学習にはQwen2.5-32B-Instruct-AWQを使って生成した合成データセットを使用しています。.
27
+
28
+ - [Kendamarron/llm-jp-3-3.7b-o1-v0.1](https://huggingface.co/datasets/Kendamarron/Magpie-Tanuki-8B-CoT)
29
+ - [Kendamarron/OpenMathInstruct-2-ja-CoT](https://huggingface.co/datasets/Kendamarron/OpenMathInstruct-2-ja-CoT)
30
+
31
  ## Usage
32
  ```
33
  import torch