4 lines
173 B
Python
4 lines
173 B
Python
|
# This model just uses the existing LayoutLMConfig which is just imported
|
||
|
# as a thin wrapper
|
||
|
from transformers.models.layoutlm.configuration_layoutlm import LayoutLMConfig
|