Commit
·
059927b
1
Parent(s):
7b53e20
Update contract-nli.py
Browse files- contract-nli.py +0 -1
contract-nli.py
CHANGED
|
@@ -91,7 +91,6 @@ class ContractNLI(datasets.GeneratorBasedBuilder):
|
|
| 91 |
(Task A), the input consists of the relevant part of the document w.r.t. to the hypothesis.
|
| 92 |
"""
|
| 93 |
),
|
| 94 |
-
text_column="premise",
|
| 95 |
label_classes=CONTRACTNLI_LABELS,
|
| 96 |
data_url=f"{MAIN_PATH}/contract_nli.zip",
|
| 97 |
data_file="contract_nli_v1.jsonl",
|
|
|
|
| 91 |
(Task A), the input consists of the relevant part of the document w.r.t. to the hypothesis.
|
| 92 |
"""
|
| 93 |
),
|
|
|
|
| 94 |
label_classes=CONTRACTNLI_LABELS,
|
| 95 |
data_url=f"{MAIN_PATH}/contract_nli.zip",
|
| 96 |
data_file="contract_nli_v1.jsonl",
|