File size: 628 Bytes
3b17bb4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | {
"threshold": 0.9,
"total_recipes": 39447,
"filtered_out": 15339,
"mapped_count": 891,
"eval_count": 23217,
"similarity_histogram": {
"0.0-0.1": 0,
"0.1-0.2": 0,
"0.2-0.3": 0,
"0.3-0.4": 0,
"0.4-0.5": 1,
"0.5-0.6": 59,
"0.6-0.7": 1203,
"0.7-0.8": 7454,
"0.8-0.9": 14500,
"0.9-1.0": 891
},
"top_10_mapped": [
0.9586,
0.9544,
0.946,
0.9407,
0.9384,
0.9373,
0.9357,
0.9355,
0.9353,
0.9347
],
"bottom_10_mapped": [
0.9,
0.9,
0.9,
0.9001,
0.9001,
0.9001,
0.9001,
0.9001,
0.9001,
0.9001
]
}
|