Skip to content

Instantly share code, notes, and snippets.

@piercelamb
Created December 20, 2022 17:57
Show Gist options
  • Save piercelamb/7a722e2e464410794b80bac4a3147476 to your computer and use it in GitHub Desktop.
Save piercelamb/7a722e2e464410794b80bac4a3147476 to your computer and use it in GitHub Desktop.
init_metrics
def init_metrics():
return evaluate.load("f1"), evaluate.load("accuracy")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment