Commit 0671c9cc authored by baberabb's avatar baberabb
Browse files

test

parent a2151d33
...@@ -70,7 +70,7 @@ jobs: ...@@ -70,7 +70,7 @@ jobs:
git add docs/task_table.md git add docs/task_table.md
git add docs/task_table.csv git add docs/task_table.csv
git commit -m "Update Task Table automatically" 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 # if api is modified, run tests on it
- name: Test more tasks with pytest - name: Test more tasks with pytest
env: env:
......
...@@ -5,6 +5,7 @@ dataset_path: ai2_arc ...@@ -5,6 +5,7 @@ dataset_path: ai2_arc
dataset_name: ARC-Easy dataset_name: ARC-Easy
output_type: multiple_choice output_type: multiple_choice
training_split: train training_split: train
# test
validation_split: validation validation_split: validation
test_split: test test_split: test
doc_to_text: "Question: {{question}}\nAnswer:" doc_to_text: "Question: {{question}}\nAnswer:"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment