File tree Expand file tree Collapse file tree
src/transformers/models/glm4v_moe Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class Glm4vMoeTextConfig(PretrainedConfig):
124124 This is the configuration class to store the configuration of a [`Glm4vMoeModel`]. It is used to instantiate a
125125 GLM-4.5V model according to the specified arguments, defining the model architecture. Instantiating a
126126 configuration with the defaults will yield a similar configuration to that of
127- GLM-4.5V [THUDM /GLM-4.5V](https://huggingface.co/THUDM /GLM-4.5V).
127+ GLM-4.5V [zai-org /GLM-4.5V](https://huggingface.co/zai-org /GLM-4.5V).
128128
129129 Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
130130 documentation from [`PretrainedConfig`] for more information.
@@ -312,7 +312,7 @@ class Glm4vMoeConfig(PretrainedConfig):
312312 This is the configuration class to store the configuration of a [`Glm4vMoeModel`]. It is used to instantiate a
313313 GLM-4.5V model according to the specified arguments, defining the model architecture. Instantiating a
314314 configuration with the defaults will yield a similar configuration to that of
315- GLM-4.5V [zai_org /GLM-4.5V](https://huggingface.co/zai_org /GLM-4.5V).
315+ GLM-4.5V [zai-org /GLM-4.5V](https://huggingface.co/zai-org /GLM-4.5V).
316316
317317 Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
318318 documentation from [`PretrainedConfig`] for more information.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Glm4vMoeTextConfig(Glm4MoeConfig, nn.Module):
5353 This is the configuration class to store the configuration of a [`Glm4vMoeModel`]. It is used to instantiate a
5454 GLM-4.5V model according to the specified arguments, defining the model architecture. Instantiating a
5555 configuration with the defaults will yield a similar configuration to that of
56- GLM-4.5V [THUDM /GLM-4.5V](https://huggingface.co/THUDM /GLM-4.5V).
56+ GLM-4.5V [zai-org /GLM-4.5V](https://huggingface.co/zai-org /GLM-4.5V).
5757
5858 Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
5959 documentation from [`PretrainedConfig`] for more information.
@@ -241,7 +241,7 @@ class Glm4vMoeConfig(Glm4vConfig):
241241 This is the configuration class to store the configuration of a [`Glm4vMoeModel`]. It is used to instantiate a
242242 GLM-4.5V model according to the specified arguments, defining the model architecture. Instantiating a
243243 configuration with the defaults will yield a similar configuration to that of
244- GLM-4.5V [zai_org /GLM-4.5V](https://huggingface.co/zai_org /GLM-4.5V).
244+ GLM-4.5V [zai-org /GLM-4.5V](https://huggingface.co/zai-org /GLM-4.5V).
245245
246246 Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
247247 documentation from [`PretrainedConfig`] for more information.
You can’t perform that action at this time.
0 commit comments