training_runs.json 857 B

1234567891011121314151617181920212223242526272829
  1. [
  2. {
  3. "trainer_id": "intent_classifier",
  4. "model_name": "Intent-Classifier",
  5. "started_at": "2026-04-01T15:29:21.130352+00:00",
  6. "completed_at": "2026-04-01T15:29:29.158639+00:00",
  7. "duration_seconds": 8.028287,
  8. "success": false,
  9. "error": "'<=' not supported between instances of 'float' and 'str'"
  10. },
  11. {
  12. "trainer_id": "intent_classifier",
  13. "model_name": "Intent-Classifier",
  14. "started_at": "2026-04-01T15:31:37.539864+00:00",
  15. "completed_at": "2026-04-01T15:33:03.359735+00:00",
  16. "duration_seconds": 85.819871,
  17. "success": true,
  18. "error": ""
  19. },
  20. {
  21. "trainer_id": "wakeword",
  22. "model_name": "Wakeword Trainer",
  23. "started_at": "2026-04-01T23:32:44.184991+00:00",
  24. "completed_at": "2026-04-01T23:40:38.743944+00:00",
  25. "duration_seconds": 474.558953,
  26. "success": true,
  27. "error": ""
  28. }
  29. ]