322823c
1
2
3
4
5
6
7
8
from transformers import Qwen2Config,Qwen3Config class GexConfig(Qwen2Config): model_type = "gex" class GexTConfig(Qwen3Config): model_type = "gext"