mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-28 01:30:36 +08:00
[data] optimize qwen3 loss computation (#7923)
This commit is contained in:
@@ -2468,6 +2468,23 @@ LOCALES = {
|
||||
"label": "HTML タグをエスケープ",
|
||||
},
|
||||
},
|
||||
"enable_thinking": {
|
||||
"en": {
|
||||
"label": "Enable thinking",
|
||||
},
|
||||
"ru": {
|
||||
"label": "Включить мышление",
|
||||
},
|
||||
"zh": {
|
||||
"label": "启用思考",
|
||||
},
|
||||
"ko": {
|
||||
"label": "사고를 활성화하다",
|
||||
},
|
||||
"ja": {
|
||||
"label": "思考を可能にする",
|
||||
},
|
||||
},
|
||||
"clear_btn": {
|
||||
"en": {
|
||||
"value": "Clear history",
|
||||
|
||||
Reference in New Issue
Block a user