"torchvision/vscode:/vscode.git/clone" did not exist on "859a535f53be41554d8da45c4b6172089096eb7f"
Unverified Commit 57f8ff24 authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Merge pull request #366 from jon-tow/bump-triviaqa-version

Bump `triviaqa` version
parents 3035550d f7aeeff2
...@@ -29,7 +29,7 @@ _CITATION = """ ...@@ -29,7 +29,7 @@ _CITATION = """
class TriviaQA(Task): class TriviaQA(Task):
VERSION = 0 VERSION = 1
DATASET_PATH = inspect.getfile(lm_eval.datasets.triviaqa.triviaqa) DATASET_PATH = inspect.getfile(lm_eval.datasets.triviaqa.triviaqa)
DATASET_NAME = None DATASET_NAME = None
......
f8ec05b306b9f6187c0f8117cae441fb85a7a2e4670f4f9a1a3b632b1978421a
\ No newline at end of file
{"results": {"triviaqa": {"acc": 0.0, "acc_stderr": 0.0}}, "versions": {"triviaqa": 1}}
\ No newline at end of file
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