Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ configs:
|
|
55 |
- split: xnli_test_hyp
|
56 |
path: detection/source_datasets/en/xnli_test_hyp.jsonl
|
57 |
- config_name: int_finetune
|
58 |
-
|
59 |
- split: train
|
60 |
path:
|
61 |
- interpretation/splits/train_no_met.jsonl
|
@@ -72,17 +72,22 @@ configs:
|
|
72 |
- interpretation/splits/test_met.jsonl
|
73 |
- interpretation/splits/test_nonrelevant.jsonl
|
74 |
- config_name: int_eval
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
---
|
88 |
|
|
|
55 |
- split: xnli_test_hyp
|
56 |
path: detection/source_datasets/en/xnli_test_hyp.jsonl
|
57 |
- config_name: int_finetune
|
58 |
+
data_files:
|
59 |
- split: train
|
60 |
path:
|
61 |
- interpretation/splits/train_no_met.jsonl
|
|
|
72 |
- interpretation/splits/test_met.jsonl
|
73 |
- interpretation/splits/test_nonrelevant.jsonl
|
74 |
- config_name: int_eval
|
75 |
+
data_files:
|
76 |
+
- split: esxnli
|
77 |
+
path:
|
78 |
+
- interpretation/source_datasets/esxnli_met.jsonl
|
79 |
+
- interpretation/source_datasets/esxnli_no_met.jsonl
|
80 |
+
- interpretation/source_datasets/esxnli_nonrelevant.jsonl
|
81 |
+
- split: xnli_dev
|
82 |
+
path:
|
83 |
+
- interpretation/source_datasets/xnli_dev_met.jsonl
|
84 |
+
- interpretation/source_datasets/xnli_dev_no_met.jsonl
|
85 |
+
- interpretation/source_datasets/xnli_dev_nonrelevant.jsonl
|
86 |
+
- split: xnli_test
|
87 |
+
path:
|
88 |
+
- interpretation/source_datasets/xnli_test_met.jsonl
|
89 |
+
- interpretation/source_datasets/xnli_test_no_met.jsonl
|
90 |
+
- interpretation/source_datasets/xnli_test_nonrelevant.jsonl
|
91 |
|
92 |
---
|
93 |
|