Upload calibration.json with huggingface_hub
Browse files- calibration.json +33 -0
calibration.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"views": [
|
| 3 |
+
"front",
|
| 4 |
+
"right",
|
| 5 |
+
"back",
|
| 6 |
+
"left",
|
| 7 |
+
"top",
|
| 8 |
+
"bottom"
|
| 9 |
+
],
|
| 10 |
+
"prompt_mode": "ensemble",
|
| 11 |
+
"disagreement_statistic": "mean_pairwise_jsd",
|
| 12 |
+
"temperature": {
|
| 13 |
+
"temperature": 1.2309167555011296,
|
| 14 |
+
"nll_before": 2.7072324229613267,
|
| 15 |
+
"nll_after": 2.6714338664698216,
|
| 16 |
+
"num_samples": 493,
|
| 17 |
+
"converged": true,
|
| 18 |
+
"clamped": false
|
| 19 |
+
},
|
| 20 |
+
"combined": {
|
| 21 |
+
"bias": -1.57228457621856,
|
| 22 |
+
"weight_confidence": 1.7071109459005862,
|
| 23 |
+
"weight_disagreement": 4.915790142743662,
|
| 24 |
+
"num_samples": 493,
|
| 25 |
+
"nll": 0.3298035124331304,
|
| 26 |
+
"converged": true
|
| 27 |
+
},
|
| 28 |
+
"calibration_accuracy": 0.2657200811359026,
|
| 29 |
+
"num_calibration_samples": 493,
|
| 30 |
+
"fit_seconds": 0.9980730749666691,
|
| 31 |
+
"degenerate": false,
|
| 32 |
+
"spec_hash": "ca487597c978ab17217bd640ab8bf95c8a21db0eaacd51ae5ba4b00618dcc820"
|
| 33 |
+
}
|