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