"examples/research_projects/colossalai/requirement.txt" did not exist on "f1b726e46e7a66771e6321d00a28048effce1389"
Commit 97e5a566 authored by Anish Thite's avatar Anish Thite
Browse files

update coqa dev set

parent db3fe0d6
......@@ -28,10 +28,10 @@ class CoQA(Dataset):
return json.load(open('data/coqa/coqa-train-v1.0.json'))['data']
def validation_docs(self):
pass
return json.load(open('data/coqa/coqa-dev-v1.0.json'))['data']
def test_docs(self):
return json.load(open('data/coqa/coqa-dev-v1.0.json'))['data']
pass
def fewshot_description(self):
pass
......
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