summerMC/Sakura is an experimental Japanese-oriented merged language model created from:
SakanaAI/TinySwallow-1.5B-Instruct
WeiboAI/VibeThinker-1.5B
The goal of Sakura is to preserve the Japanese instruction-following and conversational behavior of TinySwallow while lightly injecting reasoning characteristics from VibeThinker.
This model was created with mergekit using SLERP weight merging. The recommended candidate from the initial Colab search is:
yaml
1merge_method: slerp
2parameters:3t:0.05
Model Summary
Sakura is a small 1.5B-class experimental merge model.
The primary model is SakanaAI/TinySwallow-1.5B-Instruct, which is used for Japanese instruction-following and conversational behavior.
The secondary donor model is WeiboAI/VibeThinker-1.5B, which is used to lightly contribute reasoning-oriented behavior. Because VibeThinker is strongly oriented toward math and algorithmic reasoning, its contribution is intentionally kept low.
Intended Use
This model is intended for:
Japanese chat and instruction following
Lightweight Japanese Q&A
Simple reasoning tasks
Simple mathematical explanations
Basic Python/code-generation prompts
Experimental research on small-model weight merging
This model is not intended for:
production or mission-critical use
medical, legal, financial, or safety-critical decision making
guaranteed factual answering
high-stakes reasoning
unsupervised deployment without evaluation
replacing the original parent models
Merge Details
Parent Models
Role
Model
Primary Japanese instruction model
SakanaAI/TinySwallow-1.5B-Instruct
Reasoning donor model
WeiboAI/VibeThinker-1.5B
Architecture Compatibility
Both parent models are Qwen2-family causal language models and were checked before merging.
Observed compatibility values:
Field
Value
model_type
qwen2
architectures
Qwen2ForCausalLM
hidden_size
1536
num_hidden_layers
28
num_attention_heads
12
num_key_value_heads
2
intermediate_size
8960
vocab_size
151936
The tokenizer and chat template were taken from SakanaAI/TinySwallow-1.5B-Instruct.
Merge Method
The model was merged with mergekit using SLERP.
A low VibeThinker ratio was selected because higher ratios caused degradation in Japanese instruction-following and repetitive English output during early experiments.
次の文章を自然な日本語に直してください: I went to the store because I needed some milk.
Initial Evaluation
A lightweight manual evaluation was performed in Google Colab using the following prompt categories:
Japanese explanation
simple arithmetic
Python Fibonacci function generation
English-to-Japanese translation
The best early candidate was around:
SLERP t = 0.05
The evaluation was heuristic and should not be treated as a formal benchmark. More robust evaluation is recommended before publishing or using the model.
Suggested future evaluations:
Japanese MT-Bench style prompts
Japanese instruction-following tests
GSM8K or Japanese arithmetic prompts
HumanEval-style Python tasks
Repetition and language-mixing checks
Safety and refusal behavior tests
Known Limitations
This is an experimental merge and may:
hallucinate facts
produce incorrect reasoning
mix English and Japanese
fail on complex mathematical tasks
produce repetitive output under some decoding settings
inherit limitations and biases from both parent models
underperform the original VibeThinker on English math/code benchmarks
underperform the original TinySwallow on some Japanese-only tasks
The model should be evaluated carefully before any downstream use.
Why the VibeThinker Ratio Is Low
Early experiments with higher VibeThinker ratios caused unstable behavior, including:
loss of Japanese response behavior
repeated English assistant-style text
incorrect simple arithmetic
excessive repetition
For this reason, the recommended starting range is:
This merged model is derived from the following parent models:
SakanaAI/TinySwallow-1.5B-Instruct
WeiboAI/VibeThinker-1.5B
Users must comply with the licenses, terms, and usage policies of all parent models and any upstream models or datasets referenced by those projects.
Please review the parent model cards and licenses before use or redistribution.
Acknowledgements
This model is based on the work of:
Sakana AI
The Swallow / Japanese LLM community
WeiboAI
Qwen model developers
mergekit developers
Citation
If you use this merged model, please cite the parent models and relevant technical reports for TinySwallow, VibeThinker, Qwen2.5, and mergekit where appropriate.
Disclaimer
This model is an experimental research artifact. It is provided without warranty. The authors of this merge are not responsible for outputs generated by the model or downstream uses of the model.