Datasets:

Modalities:
Text
Formats:
json
Languages:
Hebrew
Libraries:
Datasets
pandas
License:

Fix the Viewer

#3
by lhoestq HF staff - opened
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -13,6 +13,27 @@ configs:
13
  path: HebNLI_val.jsonl
14
  - split: test
15
  path: HebNLI_test.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
  # HebNLI - A Natural Language Inference Dataset in Hebrew
18
 
 
13
  path: HebNLI_val.jsonl
14
  - split: test
15
  path: HebNLI_test.jsonl
16
+ features:
17
+ - name: original_annotator_labels
18
+ dtype: string
19
+ - name: genre
20
+ dtype: string
21
+ - name: original_label
22
+ dtype: string
23
+ - name: pairID
24
+ dtype: string
25
+ - name: promptID
26
+ dtype: int64
27
+ - name: sentence1
28
+ dtype: string
29
+ - name: translation1
30
+ dtype: string
31
+ - name: sentence2
32
+ dtype: string
33
+ - name: translation2
34
+ dtype: string
35
+ - name: hebrew_label
36
+ dtype: string
37
  ---
38
  # HebNLI - A Natural Language Inference Dataset in Hebrew
39