Datasets:

Modalities:
Text
Formats:
json
Languages:
Hebrew
Libraries:
Datasets
pandas
License:
Shaltiel commited on
Commit
561ea65
1 Parent(s): b3bf1ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -4,6 +4,15 @@ language:
4
  - he
5
  size_categories:
6
  - 100K<n<1M
 
 
 
 
 
 
 
 
 
7
  ---
8
  # HebNLI - A Natural Language Inference Dataset in Hebrew
9
 
@@ -44,6 +53,14 @@ The table below shows the distribution of each source corpus within HebNLI (how
44
 
45
  Total # of sentences = 303,383.
46
 
 
 
 
 
 
 
 
 
47
  ### HebNLI Blog Post
48
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
49
 
 
4
  - he
5
  size_categories:
6
  - 100K<n<1M
7
+ 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
 
 
53
 
54
  Total # of sentences = 303,383.
55
 
56
+ The table below shows the number of examples from each category in each of the splits:
57
+
58
+ | split | total | contradiction | entailment | neutral |
59
+ |-------|----------|---------------|------------|---------|
60
+ | train | 293,298 | 97,344 | 98,760 | 97,194 |
61
+ | dev | 5,000 | 1,679 | 1,682 | 1,639 |
62
+ | test | 5,000 | 1,682 | 1,638 | 1,680 |
63
+
64
  ### HebNLI Blog Post
65
  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
66