ling-series-spaces / i18n /model_config.py
GitHub Action
Sync ling-space changes from GitHub commit 9773e54
1b21038
# ling-space/i18n/model_config.py
# Constants for easy referencing of models (these are still needed for config.py's CHAT_MODEL_SPECS keys)
LING_MINI_2_0 = "ling-mini-2.0"
LING_1T = "ling-1t"
LING_FLASH_2_0 = "ling-flash-2.0"
RING_1T = "ring-1t"
RING_FLASH_2_0 = "ring-flash-2.0"
RING_MINI_2_0 = "ring-mini-2.0"
model_descriptions = {
"ling-1t-desc": {
"zh": "万亿参数的旗舰级非“思考”模型,为通用复杂推理任务和人机协同智能而设计。擅长高效推理、代码生成、软件开发、竞赛级数学等。",
"en": "A trillion-parameter flagship non-\"thinking\" model designed for general-purpose complex reasoning and collaborative human-AI intelligence. Excels in efficient reasoning, code generation, software development, and competition-level mathematics."
},
"ring-1t-desc": {
"zh": "万亿参数的“思考”模型,专为复杂推理任务深度优化。在数学竞赛、代码生成、逻辑推理、医疗保健和创意写作等领域表现出色。",
"en": "A trillion-parameter \"thinking\" model, deeply optimized for complex reasoning tasks. It shows strong performance in math competitions, code generation, logical reasoning, healthcare, and creative writing."
},
"ling-flash-2.0-desc": {
"zh": "高性能通用语言模型,专注于推理和创意应用。在复杂推理、代码生成、前端开发和创意任务方面表现出色。",
"en": "A general-purpose language model focusing on reasoning and creative applications. It is strong in complex reasoning, code generation, frontend development, and creative tasks."
},
"ring-flash-2.0-desc": {
"zh": "高性能“思考”模型,为复杂推理深度优化。在数学竞赛、代码生成、逻辑推理、科学和医学推理及创意写作方面表现领先。",
"en": "A high-performance \"thinking\" model, deeply optimized for complex reasoning. It exhibits leading performance in math competitions, code generation, logical reasoning, scientific and medical reasoning, and creative writing."
},
"ling-mini-2.0-desc": {
"zh": "紧凑而强大的 MoE 模型,是 MoE 研究和小型 LLM 应用的理想起点。在编码、数学和知识密集型任务中表现出强大的通用和专业推理能力。",
"en": "A compact yet powerful MoE-based large language model, ideal for MoE research and small-size LLM applications. It demonstrates strong general and professional reasoning in coding, mathematics, and knowledge-intensive tasks."
},
"ring-mini-2.0-desc": {
"zh": "为推理而优化的高性能、面向推理的 MoE 模型。提供全面的推理能力,尤其擅长逻辑推理、代码生成和数学任务。",
"en": "A high-performance, inference-oriented MoE model optimized for reasoning. It offers comprehensive reasoning capabilities, particularly excelling in logical reasoning, code generation, and mathematical tasks."
}
}