Upload model_card.json with huggingface_hub
Browse files- model_card.json +22 -7
model_card.json
CHANGED
|
@@ -1,7 +1,22 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_name": "
|
| 3 |
-
"description": "Vision Transformer
|
| 4 |
-
"version": "1.0.0",
|
| 5 |
-
"submitted_by": "
|
| 6 |
-
"submission_time":
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "roadwork_v3_focal",
|
| 3 |
+
"description": "Vision Transformer (ViT) model for roadwork detection. Trained with validator-matching augmentations, focal loss, label smoothing, and confidence margin loss.",
|
| 4 |
+
"version": "1.0.0",
|
| 5 |
+
"submitted_by": "unknown",
|
| 6 |
+
"submission_time": 1771555076,
|
| 7 |
+
"performance": {
|
| 8 |
+
"accuracy": 0.9839293798098687,
|
| 9 |
+
"mcc": 0.9443160344532321,
|
| 10 |
+
"f1": 0.9902806297056811,
|
| 11 |
+
"auc": 0.9949946578796627,
|
| 12 |
+
"subnet_reward": 0.8961834812863713
|
| 13 |
+
},
|
| 14 |
+
"training": {
|
| 15 |
+
"base_model": "google/vit-base-patch16-224-in21k",
|
| 16 |
+
"training_samples": 34968,
|
| 17 |
+
"validation_samples": 4418,
|
| 18 |
+
"validator_augmentations": true,
|
| 19 |
+
"label_smoothing": 0.05,
|
| 20 |
+
"confidence_margin": 0.1
|
| 21 |
+
}
|
| 22 |
+
}
|