Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save freedomtowin/13af67802d1eecedfe5a68f6865f86e5 to your computer and use it in GitHub Desktop.
Save freedomtowin/13af67802d1eecedfe5a68f6865f86e5 to your computer and use it in GitHub Desktop.
Example of creating a Gist using Python
stateDiagram-v2
Metrics --> Trainer
Hyperparameters --> Trainer
Model --> Trainer
Metrics --> Trainer
TrainingDataset --> Trainer
ValidationDataset --> Trainer
TestDataset --> Trainer
Tokenizer --> Trainer
DataCollator --> Trainer
Trainer --> Training
Trainer --> Evaluation
Trainer --> Prediction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment