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.
1 parent 19c96d1 commit 7a8a709Copy full SHA for 7a8a709
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