Created
January 9, 2025 02:46
-
-
Save freedomtowin/1e374d163452a3c8e9d82263964fc10a 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
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