Created
September 4, 2023 15:04
-
-
Save pythonlessons/3362e51eb69e98f1af332fefcaf14587 to your computer and use it in GitHub Desktop.
transformers_training
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#train.py | |
from model import Transformer | |
from configs import ModelConfigs | |
configs = ModelConfigs() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment