FengHe is a meteorological service domain large language model developed by the Public Meteorological Service Center of China Meteorological Administration based on GLM-4.5-Air. It is further trained with over 50 million tokens of high-quality meteorological service corpus and 490,000 scenario-oriented instruction-tuning examples.
FengHe is the first large language model in China specifically designed for the meteorological service domain. It is optimized for meteorological service requirement understanding, service-oriented content generation, meteorological reasoning and decision support, and meteorological service tool calling.
Model Availability
This repository provides the complete FengHe model release, including the Model Card, model weights, configuration files, tokenizer files, training data description, and evaluation result visualizations.
The model can be loaded directly with Transformers, vLLM, or SGLang.
Model Details
Item
Description
Model name
FengHe
Model type
Meteorological service domain large language model
FengHe inherits the MoE architecture and hybrid reasoning capability of GLM. It supports reasoning-oriented generation for complex tasks and direct-response generation for real-time interactions.
Parameter
Value
Architecture
Glm4MoeForCausalLM
Model type
glm4_moe
Number of hidden layers
46
Hidden size
4096
Intermediate size
10944
MoE intermediate size
1408
Attention heads
96
Key-value heads
8
Routed experts
128
Shared experts
1
Experts per token
8
Head dimension
128
Max position embeddings
131072
Vocabulary size
151552
Activation function
SiLU
Normalization
RMSNorm
RoPE theta
1000000
Torch dtype
BF16
Training Data
FengHe is trained on a high-quality meteorological service corpus built from multiple professional data sources, including:
Based on these sources, we constructed a high-quality meteorological service corpus of over 50 million tokens and manually annotated 490,000 scenario-oriented meteorological instruction examples. These data improve the model's professional expression, business understanding, reasoning, decision-support capability, and tool-calling ability in the meteorological service domain.
Capabilities
FengHe is optimized for meteorological service scenarios, with improvements in the following capabilities:
Meteorological service requirement understanding
Understands user needs in weather forecasting, severe weather, warning services, event support, public services, and decision-support scenarios.
Meteorological service content generation
Generates service-oriented meteorological texts for the public, industry users, and decision makers, including weather briefings, service reports, risk alerts, and warning interpretations.
Meteorological reasoning and decision support
Performs analysis, summarization, judgment, and decision-support reasoning based on meteorological facts, forecast information, disaster risks, and service scenarios.
Meteorological service tool calling
Supports tool calling and workflow orchestration for meteorological query, data retrieval, product generation, warning services, and related tasks.
Evaluation
We evaluate FengHe on MetsEval-1k, a meteorological service evaluation benchmark containing 1,076 questions across 4 dimensions:
Meteorological service requirement understanding
Meteorological service content generation
Meteorological reasoning and decision support
Meteorological service tool calling
FengHe MetsEval-1k Evaluation
The results show that FengHe achieves a higher overall score on MetsEval-1k than other mainstream general-purpose large language models, demonstrating its domain-specific advantages in meteorological services.
1curl -X POST "http://localhost:30000/v1/chat/completions"\2 -H "Content-Type: application/json"\3 --data '{
4 "model": "fenghe",
5 "messages": [
6 {
7 "role": "user",
8 "content": "Please generate a meteorological service advisory for transportation under typhoon impacts."
9 }
10 ],
11 "temperature": 0.6,
12 "top_p": 0.9,
13 "max_tokens": 512
14 }'
Usage Statement
FengHe is released for meteorological services, research, industry application development, and agent system construction. Users should comply with applicable laws, regulations, industry standards, and meteorological service requirements. The model must not be used to generate fake warnings, misleading meteorological information, or any content that may pose public safety risks.
License
This model is released under the MIT License. It can be used for research, commercial applications, and secondary development, subject to the terms of the MIT License.