Upload folder using huggingface_hub
Browse files- config.json +15 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "rotation_classification",
|
| 3 |
+
"backbone": "mobilenet_v3_small",
|
| 4 |
+
"epochs": 15,
|
| 5 |
+
"classes": [
|
| 6 |
+
"0",
|
| 7 |
+
"90",
|
| 8 |
+
"180",
|
| 9 |
+
"270"
|
| 10 |
+
],
|
| 11 |
+
"best_metric": "0.9873 accuracy",
|
| 12 |
+
"num_images": 2623,
|
| 13 |
+
"device": "cpu",
|
| 14 |
+
"augmentation": "brightness_contrast"
|
| 15 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:660d981409be690d7d4d7651ebee3994f959a866a9593232de9e9d62fe200904
|
| 3 |
+
size 6220723
|