Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,11 @@ configs:
|
|
8 |
- config_name: default
|
9 |
data_files:
|
10 |
- split: train
|
11 |
-
path:
|
12 |
- split: dev
|
13 |
-
path:
|
14 |
- split: test
|
15 |
-
path:
|
16 |
---
|
17 |
# HebNLI - A Natural Language Inference Dataset in Hebrew
|
18 |
|
|
|
8 |
- config_name: default
|
9 |
data_files:
|
10 |
- split: train
|
11 |
+
path: HebNLI_train.jsonl
|
12 |
- split: dev
|
13 |
+
path: HebNLI_val.jsonl
|
14 |
- split: test
|
15 |
+
path: HebNLI_test.jsonl
|
16 |
---
|
17 |
# HebNLI - A Natural Language Inference Dataset in Hebrew
|
18 |
|