vumichien commited on
Commit
e66c827
1 Parent(s): f351457

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -16,7 +16,13 @@ Motivation: Semantic Similarity determines how similar two sentences are, in ter
16
 
17
  ## Training and evaluation data
18
 
19
- This example demonstrates the use of SNLI (Stanford Natural Language Inference) Corpus to predict semantic sentence similarity with Transformers.
 
 
 
 
 
 
20
 
21
  Here are the "similarity" label values in SNLI dataset:
22
 
16
 
17
  ## Training and evaluation data
18
 
19
+ This example demonstrates the use of the Stanford Natural Language Inference (SNLI) Corpus to predict semantic sentence similarity with Transformers.
20
+
21
+ - Total train samples: 100000
22
+
23
+ - Total validation samples: 10000
24
+
25
+ - Total test samples: 10000
26
 
27
  Here are the "similarity" label values in SNLI dataset:
28