Commit ·
f91121b
1
Parent(s): 94bc7b9
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,3 +26,9 @@ configs:
|
|
| 26 |
- split: test
|
| 27 |
path: data/test-*
|
| 28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
- split: test
|
| 27 |
path: data/test-*
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
# Norsk Bokmål NLI dataset
|
| 31 |
+
|
| 32 |
+
Machine translation of MNLI and SNLI to Bokmål.
|
| 33 |
+
Based on tollefj/all-nli-NOB, but all neutral examples are removed, test-train split is done,
|
| 34 |
+
and entailment is mapped to 1, while contradiction is mapped to 0. This is done so that we can use AnglE Training on the dataset.
|