maximoss commited on
Commit
221df18
1 Parent(s): 8312d67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -55,6 +55,12 @@ This dataset can be used for the task of Natural Language Inference (NLI), also
55
 
56
  ### Data Splits
57
 
 
 
 
 
 
 
58
  For the A-B order:
59
  | name |A_entails_B|A_neutral_B|A_contradicts_B|
60
  |--------|---------:|------:|------------:|
 
55
 
56
  ### Data Splits
57
 
58
+ | name |Entailment|Neutral|Contradiction|
59
+ |--------|---------:|------:|------------:|
60
+ |train | 705 | 641 | 654 |
61
+ |validation | 146 | 281 | 71 |
62
+ |test | 705 | 641 | 654 |
63
+
64
  For the A-B order:
65
  | name |A_entails_B|A_neutral_B|A_contradicts_B|
66
  |--------|---------:|------:|------------:|