"ollama/git@developer.sourcefind.cn:wangkx1/ollama_dcu.git" did not exist on "d924b62a8a0e645613e32b62f01dd6e41ed00aa3"
_config.py 518 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# docstyle-ignore
INSTALL_CONTENT = """
# Transformers installation
! pip install transformers datasets
# 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",    
}