from transformers import Qwen2Config,Qwen3Config class GexConfig(Qwen2Config): model_type = "gex" class GexTConfig(Qwen3Config): model_type = "gext"