Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save freedomtowin/ddb8b9e85ae62186430bd92e40f9e45c to your computer and use it in GitHub Desktop.
Save freedomtowin/ddb8b9e85ae62186430bd92e40f9e45c to your computer and use it in GitHub Desktop.
Example of creating a Gist using Python
| Epoch | Training Loss | Validation Loss | Accuracy | F1 |
|-------|---------------|-----------------|----------|----------|
| 1 | No log | 0.383960 | 0.830882 | 0.883249 |
| 2 | 0.507400 | 0.558366 | 0.845588 | 0.891192 |
| 3 | 0.259800 | 0.712663 | 0.865196 | 0.905009 |
TrainOutput(global_step=1377, training_loss=0.3134817651154429, metrics={'train_runtime': 241.2671, 'train_samples_per_second': 45.609, 'train_steps_per_second': 5.707, 'total_flos': 405114969714960.0, 'train_loss': 0.3134817651154429, 'epoch': 3.0})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment