We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14fcf93 + 7a8a709 commit cf10dbdCopy full SHA for cf10dbd
datasets/iapi/iapi.py
@@ -37,10 +37,10 @@
37
_LICENSE = "NA"
38
39
_TRAIN_DOWNLOAD_URL = (
40
- "https://cdatalab1.oss-cn-beijing.aliyuncs.com/text_matching/iapi/train.txt"
+ "https://cdatalab1.oss-cn-beijing.aliyuncs.com/argument_pair_identification/iapi/train.txt"
41
)
42
_TEST_DOWNLOAD_URL = (
43
- "https://cdatalab1.oss-cn-beijing.aliyuncs.com/text_matching/iapi/test.txt"
+ "https://cdatalab1.oss-cn-beijing.aliyuncs.com/argument_pair_identification/iapi/test.txt"
44
45
46
0 commit comments