Skip to content

Commit

Permalink
Fix paths in ANSFactuality dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalvi committed Jan 30, 2024
1 parent 562921b commit 9a717ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llmebench/datasets/ANSFactuality.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def metadata():
"link": "https://github.com/latynt/ans",
"download_url": "https://github.com/latynt/ans/archive/refs/heads/master.zip",
"splits": {
"test": "claim/test.csv",
"train": "claim/train.csv",
"test": "ans-master/data/claim/test.csv",
"train": "ans-master/data/claim/train.csv",
},
"task_type": TaskType.Classification,
"class_labels": ["true", "false"],
Expand Down

0 comments on commit 9a717ca

Please sign in to comment.