"sgl-kernel/csrc/vscode:/vscode.git/clone" did not exist on "7a16db9bd9ab3c13f22064c6b666142e58780bde"
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 os
from lm_eval.base import Task
from ..utils import sh
class QuAC(Task):
class QuAC(Task):
VERSION = 0
def __init__(self):
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