Commit 310ca7a8 authored by Leo Gao's avatar Leo Gao
Browse files

Add example header

parent 5aa601f3
"""
QuAC: Question Answering in Context
https://arxiv.org/abs/1808.07036
@article{choi2018quac,
title={Quac: Question answering in context},
author={Choi, Eunsol and He, He and Iyyer, Mohit and Yatskar, Mark and Yih, Wen-tau and Choi, Yejin and Liang, Percy and Zettlemoyer, Luke},
journal={arXiv preprint arXiv:1808.07036},
year={2018}
}
"""
import json import json
import os import os
from lm_eval.base import Task from lm_eval.base import Task
...@@ -5,6 +17,8 @@ from ..utils import sh ...@@ -5,6 +17,8 @@ from ..utils import sh
class QuAC(Task): class QuAC(Task):
VERSION = 0
def __init__(self): def __init__(self):
super().__init__() super().__init__()
......
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