Text Generation
GGUF
Korean
English
qwen3.5
qwen35
q6_k
llama.cpp
lm-studio
math
python
korean
reasoning
conversational
naksyu commited on
Commit
1ac577c
·
verified ·
1 Parent(s): e85cc4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -118,4 +118,16 @@ Public data sources included:
118
  - Experimental local SFT conversion, not a benchmarked production release.
119
  - Q6_K quantization changes numerical behavior from the bf16 source checkpoint.
120
  - Requires current GGUF runtime support for Qwen3.5 / `qwen35`.
121
- - The model can still make arithmetic, reasoning, and code mistakes. Verify important outputs externally.
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  - Experimental local SFT conversion, not a benchmarked production release.
119
  - Q6_K quantization changes numerical behavior from the bf16 source checkpoint.
120
  - Requires current GGUF runtime support for Qwen3.5 / `qwen35`.
121
+ - The model can still make arithmetic, reasoning, and code mistakes. Verify important outputs externally.
122
+
123
+ ## Training Data
124
+
125
+ This model was fine-tuned for experimental math/Python reasoning behavior.
126
+
127
+ The training mix includes:
128
+ - User-created Lime/Yui math-python SFT data
129
+ - Public Hugging Face datasets including:
130
+ - drlee1/deepseek-v4-distill-ko-1k (MIT)
131
+ - Jongsim/claude-opus-4.6-reasoning-12k-ko-filtered-v2 (Apache-2.0)
132
+
133
+ Some upstream samples are synthetic or translated model outputs. This release is intended as a research/experimental small-model fine-tune, not as a commercial substitute for the upstream model providers.