Unverified Commit cf2a3f37 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix fuyu checkpoint repo in `FuyuConfig` (#27399)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 3258ff93
...@@ -22,7 +22,7 @@ from ..auto import CONFIG_MAPPING ...@@ -22,7 +22,7 @@ from ..auto import CONFIG_MAPPING
logger = logging.get_logger(__name__) logger = logging.get_logger(__name__)
FUYU_PRETRAINED_CONFIG_ARCHIVE_MAP = { FUYU_PRETRAINED_CONFIG_ARCHIVE_MAP = {
"adept/fuyu-8b-base": "https://huggingface.co/adept/fuyu-8b-base/resolve/main/config.json", "adept/fuyu-8b": "https://huggingface.co/adept/fuyu-8b/resolve/main/config.json",
} }
...@@ -31,7 +31,7 @@ class FuyuConfig(PretrainedConfig): ...@@ -31,7 +31,7 @@ class FuyuConfig(PretrainedConfig):
This is the configuration class to store the configuration of a [`FuyuForCausalLM`]. It is used to instantiate an This is the configuration class to store the configuration of a [`FuyuForCausalLM`]. It is used to instantiate an
Fuyu model according to the specified arguments, defining the model architecture. Instantiating a configuration Fuyu model according to the specified arguments, defining the model architecture. Instantiating a configuration
with the defaults will yield a similar configuration to that of the with the defaults will yield a similar configuration to that of the
[adept/fuyu-8b-base](https://huggingface.co/adept/fuyu-8b-base). [adept/fuyu-8b](https://huggingface.co/adept/fuyu-8b).
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
documentation from [`PretrainedConfig`] for more information. documentation from [`PretrainedConfig`] for more information.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment