"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "569a97adb2bdfecf8549c6f18781eda3e898b046"
Unverified Commit 5dcb10d8 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix checkpoint used in `MarkupLMConfig` (#19547)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 5418e3ce
...@@ -32,7 +32,7 @@ class MarkupLMConfig(PretrainedConfig): ...@@ -32,7 +32,7 @@ class MarkupLMConfig(PretrainedConfig):
This is the configuration class to store the configuration of a [`MarkupLMModel`]. It is used to instantiate a This is the configuration class to store the configuration of a [`MarkupLMModel`]. It is used to instantiate a
MarkupLM model according to the specified arguments, defining the model architecture. Instantiating a configuration MarkupLM 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 MarkupLM with the defaults will yield a similar configuration to that of the MarkupLM
[microsoft/markuplm-base-uncased](https://huggingface.co/microsoft/markuplm-base-uncased) architecture. [microsoft/markuplm-base](https://huggingface.co/microsoft/markuplm-base) architecture.
Configuration objects inherit from [`BertConfig`] and can be used to control the model outputs. Read the Configuration objects inherit from [`BertConfig`] and can be used to control the model outputs. Read the
documentation from [`BertConfig`] for more information. documentation from [`BertConfig`] 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