A-bhimany-u08 commited on
Commit
afcb034
·
1 Parent(s): 1c58006

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,2 +1,10 @@
 
 
 
 
 
 
 
 
1
  bert-base-cased model trained on quora question pair dataset. The task requires to predict whether the two given sentences (or questions) are `not_duplicate` (label 0) or `duplicate` (label 1). The model achieves 89% evaluation accuracy
2
 
 
1
+
2
+ ---
3
+ widget:
4
+ - text: "hi"
5
+ ---
6
+
7
+
8
+
9
  bert-base-cased model trained on quora question pair dataset. The task requires to predict whether the two given sentences (or questions) are `not_duplicate` (label 0) or `duplicate` (label 1). The model achieves 89% evaluation accuracy
10