Commit 805b541c authored by Jon Tow's avatar Jon Tow
Browse files

Add acknowledgement to official implementation

parent 5894761a
...@@ -9,6 +9,11 @@ from lm_eval.metrics import mean ...@@ -9,6 +9,11 @@ from lm_eval.metrics import mean
from pathlib import Path from pathlib import Path
from zipfile import ZipFile from zipfile import ZipFile
"""
Acknowledgement: This implementation is based on the official evaluation for `DROP`:
https://github.com/allenai/allennlp-reading-comprehension/blob/master/allennlp_rc/eval/drop_eval.py
"""
class DROP(Task): class DROP(Task):
DATAFOLDER = Path("data/drop") DATAFOLDER = Path("data/drop")
......
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