Shaltiel commited on
Commit
0588d6f
1 Parent(s): d0f0f9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,11 +8,11 @@ configs:
8
  - config_name: default
9
  data_files:
10
  - split: train
11
- path: train/*.jsonl
12
  - split: dev
13
- path: dev/*.jsonl
14
  - split: test
15
- path: test/*.jsonl
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