Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tldr 872 rewrite benchmark correctness #510

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

oksidgy
Copy link
Collaborator

@oksidgy oksidgy commented Nov 28, 2024

Added understanding metrics into text correctness benchmark:

  • Accuracy
  • bAccuracy
  • Precision, Recall, F1
  • Precision, Recall, F1 per classes
  • Times per classes
  • list of failed documents

with open(path_result, "w") as file_out:
json.dump(obj=result, fp=file_out, indent=4, ensure_ascii=False)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

старый json наверное стоит удалить тогда

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants