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
0671c9cc
Commit
0671c9cc
authored
Dec 28, 2023
by
baberabb
Browse files
test
parent
a2151d33
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.github/workflows/new_tasks.yml
.github/workflows/new_tasks.yml
+1
-1
lm_eval/tasks/arc/arc_easy.yaml
lm_eval/tasks/arc/arc_easy.yaml
+1
-0
No files found.
.github/workflows/new_tasks.yml
View file @
0671c9cc
...
...
@@ -70,7 +70,7 @@ jobs:
git add docs/task_table.md
git add docs/task_table.csv
git commit -m "Update Task Table automatically"
git push
git push
origin HEAD:refs/heads/${{ github.head_ref }}
# if api is modified, run tests on it
-
name
:
Test more tasks with pytest
env
:
...
...
lm_eval/tasks/arc/arc_easy.yaml
View file @
0671c9cc
...
...
@@ -5,6 +5,7 @@ dataset_path: ai2_arc
dataset_name
:
ARC-Easy
output_type
:
multiple_choice
training_split
:
train
# test
validation_split
:
validation
test_split
:
test
doc_to_text
:
"
Question:
{{question}}
\n
Answer:"
...
...
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