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

fix benchmark typo #657

Merged
merged 2 commits into from
Jul 5, 2024
Merged

fix benchmark typo #657

merged 2 commits into from
Jul 5, 2024

Conversation

czaloom
Copy link
Collaborator

@czaloom czaloom commented Jul 5, 2024

Issue Description

results = {
            "number_of_datums": limit,
            "number_of_unique_labels": eval_.meta["labels"],
            "number_of_annotations": eval_.meta["labels"],  # this should be annotations
            "ingest_runtime": f"{(ingest_time):.1f} seconds",
            "eval_runtime": f"{(eval_.meta['duration']):.1f} seconds",
        }

@czaloom czaloom linked an issue Jul 5, 2024 that may be closed by this pull request
1 task
@czaloom czaloom marked this pull request as ready for review July 5, 2024 17:10
@czaloom czaloom requested review from ntlind and ekorman as code owners July 5, 2024 17:10
@czaloom czaloom merged commit 80b74af into main Jul 5, 2024
12 checks passed
@czaloom czaloom deleted the czaloom-656-bug-fix-benchmark-typo branch July 5, 2024 17:14
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.

BUG: Fix Benchmark Typo
2 participants