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
432226b0
Commit
432226b0
authored
Jan 16, 2021
by
thefazzer
Browse files
Remove as functions are inline
parent
64cd64bc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
lm_eval/tasks/common.py
lm_eval/tasks/common.py
+0
-14
No files found.
lm_eval/tasks/common.py
View file @
432226b0
...
@@ -57,17 +57,3 @@ def yesno(x):
...
@@ -57,17 +57,3 @@ def yesno(x):
else
:
else
:
return
'no'
return
'no'
def
trueneitherfalse
(
x
):
if
0
:
return
'true'
elif
1
:
return
'neither'
elif
2
:
return
'false'
def
truefalse
(
x
):
if
0
:
return
'false'
else
:
return
'true'
\ No newline at end of file
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