Created
January 9, 2025 02:46
-
-
Save freedomtowin/13af67802d1eecedfe5a68f6865f86e5 to your computer and use it in GitHub Desktop.
Example of creating a Gist using Python
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
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