Datasets:
elisanchez-beep
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -56,38 +56,44 @@ configs:
|
|
56 |
path: detection/source_datasets/en/xnli_test_hyp.jsonl
|
57 |
- config_name: int_finetune
|
58 |
data_files:
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
|
|
|
|
74 |
- config_name: int_eval
|
75 |
data_files:
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
|
|
|
|
|
|
91 |
|
92 |
---
|
93 |
|
|
|
56 |
path: detection/source_datasets/en/xnli_test_hyp.jsonl
|
57 |
- config_name: int_finetune
|
58 |
data_files:
|
59 |
+
- split: train_no_met
|
60 |
+
path : interpretation/splits/train_no_met.jsonl
|
61 |
+
- split: train_met
|
62 |
+
path: interpretation/splits/train_met.jsonl
|
63 |
+
- split: train_nonrelevant
|
64 |
+
path: interpretation/splits/train_nonrelevant.jsonl
|
65 |
+
- split: dev_no_met
|
66 |
+
path: interpretation/splits/dev_no_met.jsonl
|
67 |
+
- split: dev_met
|
68 |
+
path: interpretation/splits/dev_met.jsonl
|
69 |
+
- split: dev_nonrelevant
|
70 |
+
path: interpretation/splits/dev_nonrelevant.jsonl
|
71 |
+
- split: test_no_met
|
72 |
+
path: interpretation/splits/test_no_met.jsonl
|
73 |
+
- split: test_met
|
74 |
+
path: interpretation/splits/test_met.jsonl
|
75 |
+
- split: test_nonrelevant
|
76 |
+
path: interpretation/splits/test_nonrelevant.jsonl
|
77 |
- config_name: int_eval
|
78 |
data_files:
|
79 |
+
- split: esxnli_met
|
80 |
+
path : interpretation/source_datasets/esxnli_met.jsonl
|
81 |
+
- split: esxnli_no_met
|
82 |
+
path : interpretation/source_datasets/esxnli_no_met.jsonl
|
83 |
+
- split: esxnli_nonrelevant
|
84 |
+
path : interpretation/source_datasets/esxnli_nonrelevant.jsonl
|
85 |
+
- split: xnli_dev_met
|
86 |
+
path : interpretation/source_datasets/xnli_dev_met.jsonl
|
87 |
+
- split: xnli_dev_no_met
|
88 |
+
path : interpretation/source_datasets/xnli_dev_no_met.jsonl
|
89 |
+
- split: xnli_dev_nonrelevant
|
90 |
+
path : interpretation/source_datasets/xnli_dev_nonrelevant.jsonl
|
91 |
+
- split: xnli_test_met
|
92 |
+
path : interpretation/source_datasets/xnli_test_met.jsonl
|
93 |
+
- split: xnli_test_no_met
|
94 |
+
path : interpretation/source_datasets/xnli_test_no_met.jsonl
|
95 |
+
- split: xnli_test_nonrelevant
|
96 |
+
path : interpretation/source_datasets/xnli_test_nonrelevant.jsonl
|
97 |
|
98 |
---
|
99 |
|