Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
5dcb10d8
Unverified
Commit
5dcb10d8
authored
Oct 13, 2022
by
Yih-Dar
Committed by
GitHub
Oct 13, 2022
Browse files
Fix checkpoint used in `MarkupLMConfig` (#19547)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
5418e3ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/markuplm/configuration_markuplm.py
src/transformers/models/markuplm/configuration_markuplm.py
+1
-1
No files found.
src/transformers/models/markuplm/configuration_markuplm.py
View file @
5dcb10d8
...
...
@@ -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
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
[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
documentation from [`BertConfig`] for more information.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment