NiharGupte
commited on
Commit
•
aefe6b5
1
Parent(s):
6da397b
Model save
Browse files- README.md +9 -24
- model.safetensors +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Accuracy:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -59,32 +59,17 @@ The following hyperparameters were used during training:
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_ratio: 0.1
|
62 |
-
- num_epochs:
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.077 | 6.0 | 282 | 0.0150 | 0.9953 |
|
74 |
-
| 0.103 | 7.0 | 329 | 0.0105 | 0.9984 |
|
75 |
-
| 0.0922 | 8.0 | 376 | 0.0094 | 0.9984 |
|
76 |
-
| 0.08 | 9.0 | 423 | 0.0056 | 1.0 |
|
77 |
-
| 0.0492 | 10.0 | 470 | 0.0045 | 1.0 |
|
78 |
-
| 0.0574 | 11.0 | 517 | 0.0043 | 1.0 |
|
79 |
-
| 0.0382 | 12.0 | 564 | 0.0023 | 1.0 |
|
80 |
-
| 0.0666 | 13.0 | 611 | 0.0022 | 1.0 |
|
81 |
-
| 0.0477 | 14.0 | 658 | 0.0022 | 1.0 |
|
82 |
-
| 0.0614 | 15.0 | 705 | 0.0023 | 1.0 |
|
83 |
-
| 0.0282 | 16.0 | 752 | 0.0014 | 1.0 |
|
84 |
-
| 0.0659 | 17.0 | 799 | 0.0016 | 1.0 |
|
85 |
-
| 0.0586 | 18.0 | 846 | 0.0010 | 1.0 |
|
86 |
-
| 0.0557 | 19.0 | 893 | 0.0013 | 1.0 |
|
87 |
-
| 0.07 | 20.0 | 940 | 0.0012 | 1.0 |
|
88 |
|
89 |
|
90 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.4889937106918239
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: nan
|
36 |
+
- Accuracy: 0.4890
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_ratio: 0.1
|
62 |
+
- num_epochs: 5
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 0.0 | 1.0 | 47 | nan | 0.4890 |
|
69 |
+
| 0.0 | 2.0 | 94 | nan | 0.4890 |
|
70 |
+
| 0.0 | 3.0 | 141 | nan | 0.4890 |
|
71 |
+
| 0.0 | 4.0 | 188 | nan | 0.4890 |
|
72 |
+
| 0.0 | 5.0 | 235 | nan | 0.4890 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94302952
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:780eabfb1ede8e9e88f021a6b3eb3e36687167bee7cd7ec380ba2499c1df5c17
|
3 |
size 94302952
|