Upload deep_mlp_2layer/metrics.json with huggingface_hub
Browse files- deep_mlp_2layer/metrics.json +16 -0
deep_mlp_2layer/metrics.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"val_mlm_loss": 0.7836529983414544,
|
| 3 |
+
"val_adv_accuracy": 0.21164623467600702,
|
| 4 |
+
"num_competitions": 22.0,
|
| 5 |
+
"chance": 0.045454545454545456,
|
| 6 |
+
"leakage": 0.1741055791843883,
|
| 7 |
+
"debias_score": 0.8258944208156117,
|
| 8 |
+
"mlm_score": 0.9459086501890412,
|
| 9 |
+
"fitness": 0.8739001125649835,
|
| 10 |
+
"param_count": 1991533.0,
|
| 11 |
+
"training_time_seconds": 6388.405999999959,
|
| 12 |
+
"epochs_trained": 16.0,
|
| 13 |
+
"variant": "deep_mlp_2layer",
|
| 14 |
+
"program_path": "deep_mlp_2layer.py",
|
| 15 |
+
"wall_clock_seconds": 6389.734000000055
|
| 16 |
+
}
|