Datasets:
matejklemen
commited on
Commit
•
f42214b
1
Parent(s):
2c7d0bc
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ SI-NLI (Slovene Natural Language Inference Dataset) contains 5,937 human-created
|
|
30 |
|
31 |
Only the hypothesis and premise are given in the test set (i.e. no annotations) since SI-NLI is integrated into the Slovene evaluation framework [SloBENCH](https://slobench.cjvt.si/). If you use the dataset to train your models, please consider submitting the test set predictions to SloBENCH to get the evaluation score and see how it compares to others.
|
32 |
|
33 |
-
If you have access to the private test set (with labels), you can load it instead of the public one
|
34 |
|
35 |
### Supported Tasks and Leaderboards
|
36 |
|
|
|
30 |
|
31 |
Only the hypothesis and premise are given in the test set (i.e. no annotations) since SI-NLI is integrated into the Slovene evaluation framework [SloBENCH](https://slobench.cjvt.si/). If you use the dataset to train your models, please consider submitting the test set predictions to SloBENCH to get the evaluation score and see how it compares to others.
|
32 |
|
33 |
+
If you have access to the private test set (with labels), you can load it instead of the public one via `datasets.load_dataset("cjvt/si_nli", "private", data_dir="<...>")`.
|
34 |
|
35 |
### Supported Tasks and Leaderboards
|
36 |
|