Skolkovo Institute of Science and Technology commited on
Commit
fee5345
1 Parent(s): e627428

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -20,10 +20,10 @@ Loss: binary classification (on GYAFC), in-batch ranking (on PT data).
20
 
21
  Performance metrics on the validation data:
22
 
23
- | dataset | ROC AUC | accuracy | Spearman R|
24
- | - | - | - | - |
25
- | GYAFC | 0.9779 | 0.9087 | 0.8233 |
26
- | GYAFC normalized (lowercase + remove punct.) | 0.9234 | 0.8218| 0.7294 |
27
 
28
  | P&T subset | Spearman R |
29
  | - | - |
 
20
 
21
  Performance metrics on the validation data:
22
 
23
+ | dataset | ROC AUC | precision | recall | fscore | accuracy | Spearman R |
24
+ |----------------------------------------------|---------|-----------|--------|--------|----------|------------|
25
+ | GYAFC | 0.9779 | 0.90 | 0.91 | 0.90 | 0.9087 | 0.8233 |
26
+ | GYAFC normalized (lowercase + remove punct.) | 0.9234 | 0.85 | 0.81 | 0.82 | 0.8218 | 0.7294 |
27
 
28
  | P&T subset | Spearman R |
29
  | - | - |