Upload winner_model_metrics.json with huggingface_hub
Browse files- winner_model_metrics.json +11 -0
winner_model_metrics.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "ComplEx",
|
| 3 |
+
"dataset": "CoDEx-S",
|
| 4 |
+
"task": "link-prediction",
|
| 5 |
+
"MRR": 0.474,
|
| 6 |
+
"Hits@1": 0.377,
|
| 7 |
+
"Hits@3": 0.522,
|
| 8 |
+
"Hits@10": 0.664,
|
| 9 |
+
"epochs_trained": 345,
|
| 10 |
+
"early_stopped": true
|
| 11 |
+
}
|