Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
raw
history blame contribute delete
328 Bytes
For example, to launch run_translation.py:
py
!git clone https://github.com/huggingface/transformers
!cd transformers; deepspeed examples/pytorch/translation/run_translation.py
You could also use %%bash magic and write multi-line code to run the shell program, but you won't be able to view the logs until training is complete.