@@ -19,7 +19,7 @@ by <a href="https://modelscope.cn/home">ModelScope</a>
1919</p >
2020
2121<p align =" center " >
22- <a href="https://twinkle-kit.readthedocs.io/en/latest/">English Documentation</a>   |   <a href="https://twinkle-kit.readthedocs.io/zh-cn/latest/">中文文档</a>  
22+ <a href="https://twinkle-kit.readthedocs.io/en/latest/">English Documentation</a>   |   <a href="https://twinkle-kit.readthedocs.io/zh-cn/latest/">中文文档</a>   |   <a href="https://modelscope.github.io/twinkle-web/">Twinkle Web</a>  
2323</p >
2424
2525## ✨ What is Twinkle?
@@ -101,9 +101,9 @@ Or use ModelScope's [official image](https://www.modelscope.cn/docs/intro/enviro
101101
102102## Changelog
103103
104+ - 🎉2026-03-24 Twinkle Web site is now live at https://modelscope.github.io/twinkle-web/
105+ - 🎉2026-03-19 Support GKD training ,please refer to this [ cookbook] ( cookbook/rl/gkd_on_policy.py ) .
104106- 🎉2026-02-13 Initial version of Twinkle✨ released, including SFT/PT/RL support for text models.
105- We also made available serverless training capabilities on [ ModelScope] ( https://modelscope.cn ) via
106- Tinker-compatible APIs.
107107
108108## Training as a Service on ModelScope
109109
@@ -130,7 +130,7 @@ supported on Twinkle✨ framework.
130130> For serverless training service accessed via ` base_url=https://www.modelscope.cn/twinkle ` , it
131131> is currently provided via the Tinker-compatible APIs. We will be rolling out services that support
132132> both Tinker APIs, as well as the full-fledged Twinkle✨ native APIs. The serverless endpoint is backed
133- > by one training base at a time, and currently it is [ Qwen3-30B-A3B-Instruct-2507 ] ( https://modelscope.cn/models/Qwen/Qwen3-30B-A3B-Instruct-2507 ) .
133+ > by one training base at a time, and currently it is [ Qwen3.5-4B ] ( https://modelscope.cn/models/Qwen/Qwen3.5-4B ) .
134134
135135| Model Type | Model ID on [ ModelScope] ( https://modelscope.cn ) | Model Size | Requires | Support Megatron | HF Model ID |
136136| ---------------------| -----------------------------------------------------------------------------------------------------------------| :---------------------------------------:| ----------------------| :----------------:| :---------------------------------------------------------------------------------------------------------:|
@@ -235,7 +235,7 @@ from twinkle.dataset import Dataset, DatasetMeta
235235from twinkle.preprocessor import SelfCognitionProcessor
236236from twinkle.server.common import input_feature_to_datum
237237
238- base_model = ' ms://Qwen/Qwen3-30B-A3B-Instruct-2507 '
238+ base_model = ' ms://Qwen/Qwen3.5-4B '
239239base_url= ' your-base-url'
240240api_key= ' your-api-key'
241241
0 commit comments