{
  "checkpoint": "out/stage-checkpoints/chords.pt",
  "songsterr_api": "https://www.songsterr.com/api",
  "song_ids": [
    27,
    92866
  ],
  "songs": [
    {
      "song_id": 27,
      "title": "Stairway to Heaven",
      "artist": "Led Zeppelin",
      "beats": 1703,
      "labeled_beats": 310,
      "true_slash_beats": 88
    },
    {
      "song_id": 92866,
      "title": "Boulevard Of Broken Dreams",
      "artist": "Green Day",
      "beats": 1460,
      "labeled_beats": 1459,
      "true_slash_beats": 28
    }
  ],
  "objective": "F0.5",
  "current": {
    "bass_confidence_threshold": 0.3,
    "bass_stability_threshold": 0.3,
    "tp": 33,
    "fp": 88,
    "fn": 73,
    "predicted_slash_beats": 121,
    "true_slash_beats": 116,
    "labeled_beats": 1769,
    "precision": 0.272727,
    "recall": 0.311321,
    "f1": 0.290749,
    "fbeta": 0.279661
  },
  "best": {
    "bass_confidence_threshold": 0.6,
    "bass_stability_threshold": 0.55,
    "tp": 33,
    "fp": 80,
    "fn": 81,
    "predicted_slash_beats": 113,
    "true_slash_beats": 116,
    "labeled_beats": 1769,
    "precision": 0.292035,
    "recall": 0.289474,
    "f1": 0.290749,
    "fbeta": 0.291519
  },
  "top": [
    {
      "bass_confidence_threshold": 0.6,
      "bass_stability_threshold": 0.55,
      "tp": 33,
      "fp": 80,
      "fn": 81,
      "predicted_slash_beats": 113,
      "true_slash_beats": 116,
      "labeled_beats": 1769,
      "precision": 0.292035,
      "recall": 0.289474,
      "f1": 0.290749,
      "fbeta": 0.291519
    },
    {
      "bass_confidence_threshold": 0.6,
      "bass_stability_threshold": 0.8,
      "tp": 33,
      "fp": 80,
      "fn": 81,
      "predicted_slash_beats": 113,
      "true_slash_beats": 116,
      "labeled_beats": 1769,
      "precision": 0.292035,
      "recall": 0.289474,
      "f1": 0.290749,
      "fbeta": 0.291519
    },
    {
      "bass_confidence_threshold": 0.3,
      "bass_stability_threshold": 0.55,
      "tp": 33,
      "fp": 88,
      "fn": 73,
      "predicted_slash_beats": 121,
      "true_slash_beats": 116,
      "labeled_beats": 1769,
      "precision": 0.272727,
      "recall": 0.311321,
      "f1": 0.290749,
      "fbeta": 0.279661
    },
    {
      "bass_confidence_threshold": 0.3,
      "bass_stability_threshold": 0.8,
      "tp": 33,
      "fp": 88,
      "fn": 73,
      "predicted_slash_beats": 121,
      "true_slash_beats": 116,
      "labeled_beats": 1769,
      "precision": 0.272727,
      "recall": 0.311321,
      "f1": 0.290749,
      "fbeta": 0.279661
    }
  ]
}