Skip to content

Instantly share code, notes, and snippets.

@pythonlessons
Created September 4, 2023 15:04
Show Gist options
  • Save pythonlessons/3362e51eb69e98f1af332fefcaf14587 to your computer and use it in GitHub Desktop.
Save pythonlessons/3362e51eb69e98f1af332fefcaf14587 to your computer and use it in GitHub Desktop.
transformers_training
#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