"tests/models/markuplm/test_modeling_markuplm.py" did not exist on "6a7b9da2aece53f40512c5c1b43c71303a970de8"
_config.py 534 Bytes
Newer Older
flozi00's avatar
flozi00 committed
1
2
3
# docstyle-ignore
INSTALL_CONTENT = """
# Transformers installation
4
! pip install transformers datasets evaluate accelerate
flozi00's avatar
flozi00 committed
5
6
7
8
9
10
11
12
13
14
# To install from source instead of the last release, comment the command above and uncomment the following one.
# ! pip install git+https://github.com/huggingface/transformers.git
"""

notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}]
black_avoid_patterns = {
    "{processor_class}": "FakeProcessorClass",
    "{model_class}": "FakeModelClass",
    "{object_class}": "FakeObjectClass",
}