Skip to content

Commit

Permalink
Merge pull request #449 from JohnSnowLabs/fix/XSum-test
Browse files Browse the repository at this point in the history
hot-fix/XSum-test
  • Loading branch information
ArshaanNazir committed May 24, 2023
2 parents 3b4e68b + 9178d89 commit eff51e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nlptest/datahandler/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def _load_dataset(cls, dataset_name: str):
'NQ-open-test': script_dir[:-7]+'/NQ-open/test.jsonl',
'NQ-open': script_dir[:-7]+'/NQ-open/combined.jsonl',
'NQ-open-test-tiny': script_dir[:-7]+'/NQ-open/test-tiny.jsonl',
'XSum-test-tiny' : script_dir[:-7]+'/Xsum/XSum-test-tiny.jsonl'
'XSum-test-tiny' : script_dir[:-7]+'/Xsum/XSum-test-tiny.jsonl',
'XSum-test' : script_dir[:-7]+'/Xsum/XSum-test.jsonl',
}
return datasets_info[dataset_name]

Expand Down

0 comments on commit eff51e9

Please sign in to comment.