Harry00 commited on
Commit
cb08251
·
verified ·
1 Parent(s): bb9d929

Upload mle_best_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. mle_best_results.json +33 -0
mle_best_results.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "question_answering": {
3
+ "accuracy": 0.9285714285714286,
4
+ "correct": 65,
5
+ "total": 70
6
+ },
7
+ "analogy_solving": {
8
+ "accuracy": 1.0,
9
+ "correct": 18,
10
+ "total": 18,
11
+ "details": []
12
+ },
13
+ "sequence_completion": {
14
+ "accuracy": 0.9333333333333333,
15
+ "correct": 14,
16
+ "total": 15
17
+ },
18
+ "word_retrieval": {
19
+ "accuracy": 1.0,
20
+ "correct": 100,
21
+ "total": 100
22
+ },
23
+ "generalization": {
24
+ "accuracy": 1.0,
25
+ "correct": 20,
26
+ "total": 20
27
+ },
28
+ "overall": {
29
+ "mean_accuracy": 0.9723809523809525,
30
+ "n_facts": 283,
31
+ "n_words": 334
32
+ }
33
+ }