LayoutLMModel | R Documentation |
The LayoutLM model was proposed in LayoutLM: Pre-training of Text and Layout for Document Image Understanding by Yiheng Xu, Minghao Li, Lei Cui, Shaohan Huang, Furu Wei and Ming Zhou.
LayoutLMModel(config)
config |
list of all the parameters of the model. Initializing with a config file does not load the weights associated with the model, only the configuration |
This model is a torch nn_module(). Use it as a regular module and refer to the documentation for all matter related to general usage and behavior.
a torch::nn_module() of class BaseModelOutputWithPoolingAndCrossAttentions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.