A-bhimany-u08 commited on
Commit
b0f0dea
1 Parent(s): 4771cb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,9 +1,14 @@
1
 
 
 
2
  ---
3
  inference: False
 
 
4
  ---
5
 
6
 
7
 
 
8
  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
9
 
 
1
 
2
+
3
+
4
  ---
5
  inference: False
6
+ datasets:
7
+ - qqp
8
  ---
9
 
10
 
11
 
12
+
13
  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
14