Commit 05ed92a4 authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Bump the `truthfulqa` version to 1

parent 724d728d
......@@ -49,7 +49,7 @@ QA_PROMPT = (
class TruthfulQAMultipleChoice(Task):
VERSION = 0
VERSION = 1
DATASET_PATH = Path('data/truthfulqa/mc')
def download(self):
......@@ -150,7 +150,7 @@ class TruthfulQAMultipleChoice(Task):
class TruthfulQAGeneration(Task):
VERSION = 0
VERSION = 1
DATASET_PATH = Path('data/truthfulqa/generation')
def download(self):
......
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