Jiyog/resnet-kitchen-object
Browse files- README.md +19 -19
- config.json +8 -9
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -22,10 +22,10 @@ model-index:
|
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
-
value: 0.
|
| 26 |
- name: F1
|
| 27 |
type: f1
|
| 28 |
-
value: 0.
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [](https://huggingface.co/) on the imagefolder dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
-
- Loss: 1.
|
| 39 |
-
- Accuracy: 0.
|
| 40 |
-
- F1: 0.
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
|
@@ -70,20 +70,20 @@ The following hyperparameters were used during training:
|
|
| 70 |
|
| 71 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 72 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 73 |
-
| 2.
|
| 74 |
-
|
|
| 75 |
-
| 1.
|
| 76 |
-
| 1.
|
| 77 |
-
| 1.
|
| 78 |
-
| 1.
|
| 79 |
-
| 1.
|
| 80 |
-
|
|
| 81 |
-
|
|
| 82 |
-
|
|
| 83 |
-
|
|
| 84 |
-
| 0.
|
| 85 |
-
| 0.
|
| 86 |
-
| 0.
|
| 87 |
|
| 88 |
|
| 89 |
### Framework versions
|
|
|
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
+
value: 0.650461837627613
|
| 26 |
- name: F1
|
| 27 |
type: f1
|
| 28 |
+
value: 0.6481801350383302
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [](https://huggingface.co/) on the imagefolder dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 1.1453
|
| 39 |
+
- Accuracy: 0.6505
|
| 40 |
+
- F1: 0.6482
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
|
|
|
| 70 |
|
| 71 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 72 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 73 |
+
| 2.0106 | 1.0 | 224 | 2.3071 | 0.2022 | 0.1647 |
|
| 74 |
+
| 1.7945 | 2.0 | 448 | 1.8394 | 0.3369 | 0.3385 |
|
| 75 |
+
| 1.6123 | 3.0 | 672 | 1.8258 | 0.3709 | 0.3426 |
|
| 76 |
+
| 1.5264 | 4.0 | 896 | 1.7281 | 0.4088 | 0.4060 |
|
| 77 |
+
| 1.3383 | 5.0 | 1120 | 1.7189 | 0.4093 | 0.4109 |
|
| 78 |
+
| 1.254 | 6.0 | 1344 | 1.4396 | 0.5012 | 0.4885 |
|
| 79 |
+
| 1.1198 | 7.0 | 1568 | 1.4400 | 0.5090 | 0.5126 |
|
| 80 |
+
| 0.9935 | 8.0 | 1792 | 1.5129 | 0.5177 | 0.5282 |
|
| 81 |
+
| 0.8163 | 9.0 | 2016 | 1.2204 | 0.6067 | 0.6020 |
|
| 82 |
+
| 0.5996 | 10.0 | 2240 | 1.2234 | 0.6179 | 0.6069 |
|
| 83 |
+
| 0.4508 | 11.0 | 2464 | 1.1936 | 0.6354 | 0.6288 |
|
| 84 |
+
| 0.3668 | 12.0 | 2688 | 1.1787 | 0.6364 | 0.6313 |
|
| 85 |
+
| 0.2702 | 13.0 | 2912 | 1.1435 | 0.6441 | 0.6427 |
|
| 86 |
+
| 0.2471 | 14.0 | 3136 | 1.1453 | 0.6505 | 0.6482 |
|
| 87 |
|
| 88 |
|
| 89 |
### Framework versions
|
config.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
| 3 |
"ResNetForImageClassification"
|
| 4 |
],
|
| 5 |
"depths": [
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
],
|
| 11 |
"downsample_in_bottleneck": false,
|
| 12 |
"downsample_in_first_stage": false,
|
|
@@ -14,10 +14,10 @@
|
|
| 14 |
"embedding_size": 64,
|
| 15 |
"hidden_act": "relu",
|
| 16 |
"hidden_sizes": [
|
|
|
|
|
|
|
| 17 |
256,
|
| 18 |
-
512
|
| 19 |
-
1024,
|
| 20 |
-
2048
|
| 21 |
],
|
| 22 |
"id2label": {
|
| 23 |
"0": "bowl",
|
|
@@ -31,7 +31,6 @@
|
|
| 31 |
"8": "spoon",
|
| 32 |
"9": "whisk"
|
| 33 |
},
|
| 34 |
-
"image_size": 224,
|
| 35 |
"label2id": {
|
| 36 |
"bowl": "0",
|
| 37 |
"fork": "1",
|
|
@@ -44,7 +43,7 @@
|
|
| 44 |
"spoon": "8",
|
| 45 |
"whisk": "9"
|
| 46 |
},
|
| 47 |
-
"layer_type": "
|
| 48 |
"model_type": "resnet",
|
| 49 |
"num_channels": 3,
|
| 50 |
"out_features": [
|
|
|
|
| 3 |
"ResNetForImageClassification"
|
| 4 |
],
|
| 5 |
"depths": [
|
| 6 |
+
2,
|
| 7 |
+
2,
|
| 8 |
+
2,
|
| 9 |
+
2
|
| 10 |
],
|
| 11 |
"downsample_in_bottleneck": false,
|
| 12 |
"downsample_in_first_stage": false,
|
|
|
|
| 14 |
"embedding_size": 64,
|
| 15 |
"hidden_act": "relu",
|
| 16 |
"hidden_sizes": [
|
| 17 |
+
64,
|
| 18 |
+
128,
|
| 19 |
256,
|
| 20 |
+
512
|
|
|
|
|
|
|
| 21 |
],
|
| 22 |
"id2label": {
|
| 23 |
"0": "bowl",
|
|
|
|
| 31 |
"8": "spoon",
|
| 32 |
"9": "whisk"
|
| 33 |
},
|
|
|
|
| 34 |
"label2id": {
|
| 35 |
"bowl": "0",
|
| 36 |
"fork": "1",
|
|
|
|
| 43 |
"spoon": "8",
|
| 44 |
"whisk": "9"
|
| 45 |
},
|
| 46 |
+
"layer_type": "basic",
|
| 47 |
"model_type": "resnet",
|
| 48 |
"num_channels": 3,
|
| 49 |
"out_features": [
|
model.safetensors
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:4965d63b49ccc69db969ebf41b101bcbcd0a5c2afb5609f89206e6b7c3763cda
|
| 3 |
+
size 44780752
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bea7d41aeaefbb85b544f23aa9399ebcdc2f653c0d9caaa25b5a3211ba135b8
|
| 3 |
size 5841
|