Commit ·
3c94340
1
Parent(s): c522a9d
End of training
Browse files- README.md +15 -16
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -23,16 +23,16 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
-
value: 0.
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
-
value: 0.
|
| 30 |
- name: Precision
|
| 31 |
type: precision
|
| 32 |
-
value: 0.
|
| 33 |
- name: Recall
|
| 34 |
type: recall
|
| 35 |
-
value: 0.
|
| 36 |
---
|
| 37 |
|
| 38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -42,11 +42,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 42 |
|
| 43 |
This model was trained from scratch on the imagefolder dataset.
|
| 44 |
It achieves the following results on the evaluation set:
|
| 45 |
-
- Loss: 0.
|
| 46 |
-
- Accuracy: 0.
|
| 47 |
-
- F1: 0.
|
| 48 |
-
- Precision: 0.
|
| 49 |
-
- Recall: 0.
|
| 50 |
|
| 51 |
## Model description
|
| 52 |
|
|
@@ -65,7 +65,7 @@ More information needed
|
|
| 65 |
### Training hyperparameters
|
| 66 |
|
| 67 |
The following hyperparameters were used during training:
|
| 68 |
-
- learning_rate: 1e-
|
| 69 |
- train_batch_size: 16
|
| 70 |
- eval_batch_size: 16
|
| 71 |
- seed: 42
|
|
@@ -74,17 +74,16 @@ The following hyperparameters were used during training:
|
|
| 74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 75 |
- lr_scheduler_type: linear
|
| 76 |
- lr_scheduler_warmup_ratio: 0.1
|
| 77 |
-
- num_epochs:
|
| 78 |
|
| 79 |
### Training results
|
| 80 |
|
| 81 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 82 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 83 |
-
| 0.
|
| 84 |
-
| 0.
|
| 85 |
-
| 0.
|
| 86 |
-
| 0.
|
| 87 |
-
| 0.206 | 5.0 | 9850 | 0.1768 | 0.9254 | 0.9052 | 0.9233 | 0.8879 |
|
| 88 |
|
| 89 |
|
| 90 |
### Framework versions
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.6404109589041096
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
+
value: 0.5016949152542373
|
| 30 |
- name: Precision
|
| 31 |
type: precision
|
| 32 |
+
value: 0.6290224650880388
|
| 33 |
- name: Recall
|
| 34 |
type: recall
|
| 35 |
+
value: 0.41723721304873135
|
| 36 |
---
|
| 37 |
|
| 38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 42 |
|
| 43 |
This model was trained from scratch on the imagefolder dataset.
|
| 44 |
It achieves the following results on the evaluation set:
|
| 45 |
+
- Loss: 0.7208
|
| 46 |
+
- Accuracy: 0.6404
|
| 47 |
+
- F1: 0.5017
|
| 48 |
+
- Precision: 0.6290
|
| 49 |
+
- Recall: 0.4172
|
| 50 |
|
| 51 |
## Model description
|
| 52 |
|
|
|
|
| 65 |
### Training hyperparameters
|
| 66 |
|
| 67 |
The following hyperparameters were used during training:
|
| 68 |
+
- learning_rate: 1e-06
|
| 69 |
- train_batch_size: 16
|
| 70 |
- eval_batch_size: 16
|
| 71 |
- seed: 42
|
|
|
|
| 74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 75 |
- lr_scheduler_type: linear
|
| 76 |
- lr_scheduler_warmup_ratio: 0.1
|
| 77 |
+
- num_epochs: 4
|
| 78 |
|
| 79 |
### Training results
|
| 80 |
|
| 81 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 82 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 83 |
+
| 0.4992 | 1.0 | 2015 | 0.7072 | 0.6189 | 0.4517 | 0.6009 | 0.3619 |
|
| 84 |
+
| 0.4581 | 2.0 | 4031 | 0.7145 | 0.6383 | 0.4787 | 0.6387 | 0.3828 |
|
| 85 |
+
| 0.4229 | 3.0 | 6047 | 0.7146 | 0.6434 | 0.5077 | 0.6329 | 0.4238 |
|
| 86 |
+
| 0.4096 | 4.0 | 8060 | 0.7208 | 0.6404 | 0.5017 | 0.6290 | 0.4172 |
|
|
|
|
| 87 |
|
| 88 |
|
| 89 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110350128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b49bc7310a3fc00621082b4cbcee85936597b66869eaa3582fa4e5f472ab5ae4
|
| 3 |
size 110350128
|