Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
9b7a9d6a
Unverified
Commit
9b7a9d6a
authored
Feb 20, 2024
by
Lintang Sutawika
Committed by
GitHub
Feb 20, 2024
Browse files
Update metrics.py
parent
04dde62c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/api/metrics.py
lm_eval/api/metrics.py
+1
-1
No files found.
lm_eval/api/metrics.py
View file @
9b7a9d6a
...
@@ -4,11 +4,11 @@ import random
...
@@ -4,11 +4,11 @@ import random
from
collections.abc
import
Iterable
from
collections.abc
import
Iterable
from
typing
import
List
from
typing
import
List
import
evaluate
import
numpy
as
np
import
numpy
as
np
import
sacrebleu
import
sacrebleu
import
sklearn.metrics
import
sklearn.metrics
import
evaluate
from
lm_eval.api.registry
import
register_aggregation
,
register_metric
from
lm_eval.api.registry
import
register_aggregation
,
register_metric
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment