mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
7 lines
341 B
Python
7 lines
341 B
Python
|
|
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}]
|