security: add safe JSON version of temperature scaler (T=0.9096)
Browse files- temperature_scaler.json +5 -0
temperature_scaler.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__class__": "TemperatureScaler",
|
| 3 |
+
"__description__": "Post-hoc temperature scaling. Apply as: scaled_logits = logits / T",
|
| 4 |
+
"T": 0.9095627069473267
|
| 5 |
+
}
|