"docs/vscode:/vscode.git/clone" did not exist on "af14c61973effd8b8077ac61b3f24bdd4a632f25"
_config.py 341 Bytes
Newer Older
1
2
3
4
5
6
7
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}]