File size: 173 Bytes
73a21c8 |
1 2 3 4 |
# This model just uses the existing LayoutLMConfig which is just imported
# as a thin wrapper
from transformers.models.layoutlm.configuration_layoutlm import LayoutLMConfig
|
73a21c8 |
1 2 3 4 |
# This model just uses the existing LayoutLMConfig which is just imported
# as a thin wrapper
from transformers.models.layoutlm.configuration_layoutlm import LayoutLMConfig
|