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
bede79c2
Unverified
Commit
bede79c2
authored
Aug 10, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Aug 10, 2023
Browse files
Update utils.py
parent
83ed584c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/crows_pairs/utils.py
lm_eval/tasks/crows_pairs/utils.py
+1
-1
No files found.
lm_eval/tasks/crows_pairs/utils.py
View file @
bede79c2
...
@@ -13,7 +13,7 @@ def process_results(doc, results):
...
@@ -13,7 +13,7 @@ def process_results(doc, results):
# then treat this as predicting stereotyped sentence
# then treat this as predicting stereotyped sentence
acc
=
1.0
if
likelihood1
>
likelihood2
else
0.0
acc
=
1.0
if
likelihood1
>
likelihood2
else
0.0
return
{
"likelihood_diff"
:
diff
,
"
acc
"
:
acc
}
return
{
"likelihood_diff"
:
diff
,
"
pct_stereotype
"
:
acc
}
def
doc_to_choice
(
doc
):
def
doc_to_choice
(
doc
):
...
...
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