mplaza commited on
Commit
fc56355
1 Parent(s): d8e1d40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -61,6 +61,16 @@ We have used as test dataset 16500 pairs of phrases human tagged.
61
  Metrics obtained are:
62
 
63
  ```
64
- metrics={'test_loss': 0.4869941473007202, 'test_accuracy': 0.8003636363636364, 'test_precision': 0.6692456479690522, 'test_recall': 0.5896889646357052, 'test_f1': 0.6269535673839184, 'test_matthews_correlation': 0.49324489316659575, 'test_runtime': 27.1537, 'test_samples_per_second': 607.652, 'test_steps_per_second': 19.003})
 
 
 
 
 
 
 
 
 
 
65
 
66
  ```
 
61
  Metrics obtained are:
62
 
63
  ```
64
+ metrics={
65
+ 'test_loss': 0.4869941473007202,
66
+ 'test_accuracy': 0.8003636363636364,
67
+ 'test_precision': 0.6692456479690522,
68
+ 'test_recall': 0.5896889646357052,
69
+ 'test_f1': 0.6269535673839184,
70
+ 'test_matthews_correlation': 0.49324489316659575,
71
+ 'test_runtime': 27.1537,
72
+ 'test_samples_per_second': 607.652,
73
+ 'test_steps_per_second': 19.003
74
+ }
75
 
76
  ```