StephenSKelley
commited on
Commit
·
2538594
1
Parent(s):
c3e3ee3
update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# fl_image_category
|
31 |
|
32 |
-
This model is a fine-tuned version of [
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss:
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -60,15 +60,17 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
-
- num_epochs:
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| 1.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.6216216216216216
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# fl_image_category
|
31 |
|
32 |
+
This model is a fine-tuned version of [microsoft/resnet-18](https://huggingface.co/microsoft/resnet-18) on the fl_image_category_ds dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.9667
|
35 |
+
- Accuracy: 0.6216
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
+
- num_epochs: 5
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 1.274 | 1.0 | 88 | 1.2030 | 0.4986 |
|
70 |
+
| 1.069 | 2.0 | 176 | 1.0716 | 0.5605 |
|
71 |
+
| 1.0592 | 3.0 | 264 | 1.0385 | 0.5676 |
|
72 |
+
| 0.9571 | 4.0 | 352 | 0.9746 | 0.6131 |
|
73 |
+
| 0.8975 | 5.0 | 440 | 0.9667 | 0.6216 |
|
74 |
|
75 |
|
76 |
### Framework versions
|