GexT_V1 / configuration_gex.py
MosRat's picture
Upload folder using huggingface_hub
322823c verified
raw
history blame contribute delete
159 Bytes
from transformers import Qwen2Config,Qwen3Config
class GexConfig(Qwen2Config):
model_type = "gex"
class GexTConfig(Qwen3Config):
model_type = "gext"