Upload folder using huggingface_hub
Browse files- config.json +5 -6
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"task": "
|
| 3 |
"backbone": "mobilenet_v3_small",
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"num_images": 2623
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"task": "segmentation",
|
| 3 |
"backbone": "mobilenet_v3_small",
|
| 4 |
+
"epochs": 15,
|
| 5 |
+
"best_metric": "0.7124 IoU",
|
| 6 |
+
"num_images": 300,
|
| 7 |
+
"device": "cpu"
|
|
|
|
| 8 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58be7223f6b6153954460c5082dd677e6a33322bc13e8e8ce929ebe21bea660b
|
| 3 |
+
size 10733559
|