Skip to content

Instantly share code, notes, and snippets.

@bsy
Created November 9, 2022 02:02
Show Gist options
  • Save bsy/f3cd0e1d007afd02ef03c5d019b99a3a to your computer and use it in GitHub Desktop.
Save bsy/f3cd0e1d007afd02ef03c5d019b99a3a to your computer and use it in GitHub Desktop.

stateDiagram-v2 [] --> Importing Importing --> Tag: file_imported Tag --> Processing: tagging_completed ErrorProcessingSeed --> Processing: tagging_completed ErrorProcessingPredictions --> Processing: tagging_completed Processing --> Verify: predictions_processed Processing --> ProcessingSeed: seed_processing_started ProcessingSeed --> ErrorProcessingSeed: seed_processing_failed ProcessingSeed --> ErrorProcessingPredictions: seed_processing_failed ProcessingSeed --> Completed: complete_file_seeded Verify --> Completing: verification_completed Completing --> Training: verified_answers_written_to_new_file Training --> Completed: verified_answers_trained ErrorProcessingSeed --> Processing: tagging_completed Completed --> []

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment