Spaces:
Paused
Paused
# docstyle-ignore | |
INSTALL_CONTENT = """ | |
# Transformers ์ค์น ๋ฐฉ๋ฒ | |
! pip install transformers datasets | |
# ๋ง์ง๋ง ๋ฆด๋ฆฌ์ค ๋์ ์์ค์์ ์ค์นํ๋ ค๋ฉด, ์ ๋ช ๋ น์ ์ฃผ์์ผ๋ก ๋ฐ๊พธ๊ณ ์๋ ๋ช ๋ น์ ํด์ ํ์ธ์. | |
# ! 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", | |
} | |