Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save freedomtowin/1e374d163452a3c8e9d82263964fc10a to your computer and use it in GitHub Desktop.
Save freedomtowin/1e374d163452a3c8e9d82263964fc10a to your computer and use it in GitHub Desktop.
Example of creating a Gist using Python
Epoch 1/3
Training Loss: 0.5249
Validation Loss: 0.4029
Evaluation Metrics: {'accuracy': 0.8284313725490197, 'f1': 0.8741007194244604}
Epoch 2/3
Training Loss: 0.2626
Validation Loss: 0.3794
Evaluation Metrics: {'accuracy': 0.8529411764705882, 'f1': 0.8979591836734694}
Epoch 3/3
Training Loss: 0.0937
Validation Loss: 0.4521
Evaluation Metrics: {'accuracy': 0.8480392156862745, 'f1': 0.8934707903780069}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment