End of training
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [timm/mobilenetv4_conv_small.e2400_r224_in1k](https://huggingface.co/timm/mobilenetv4_conv_small.e2400_r224_in1k) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -42,6 +42,8 @@ The following hyperparameters were used during training:
|
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 16
|
44 |
- seed: 42
|
|
|
|
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
@@ -51,14 +53,14 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.48.0.dev0
|
62 |
-
- Pytorch 2.5.
|
63 |
-
- Datasets 2.
|
64 |
- Tokenizers 0.21.0
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [timm/mobilenetv4_conv_small.e2400_r224_in1k](https://huggingface.co/timm/mobilenetv4_conv_small.e2400_r224_in1k) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7294
|
22 |
+
- Accuracy: 0.818
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 16
|
44 |
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 4
|
46 |
+
- total_train_batch_size: 64
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 4.8009 | 1.0 | 63 | 0.9982 | 0.791 |
|
57 |
+
| 3.8041 | 2.0 | 126 | 0.7726 | 0.82 |
|
58 |
+
| 3.5834 | 2.96 | 186 | 0.7294 | 0.818 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
- Transformers 4.48.0.dev0
|
64 |
+
- Pytorch 2.5.1+cu121
|
65 |
+
- Datasets 3.2.0
|
66 |
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10616564
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffca4e07dadb18cdad9ff90ab02a22dc21ff1a5decaf854884a5d8a4dbe54410
|
3 |
size 10616564
|
runs/Dec13_12-07-12_9372534080fb/events.out.tfevents.1734091633.9372534080fb.266.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7f15656a9893e134841c1f0e16253a361daf56cca852f58e5b1dbf3f52c7539
|
3 |
+
size 15340
|
runs/Dec13_12-09-52_9372534080fb/events.out.tfevents.1734091793.9372534080fb.266.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbe3163215054b45b4b9c73100f855dca1671a5a52681fc56e7dc6275793f870
|
3 |
+
size 15443
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8c03fb9b64862c85493c8e43efcf3a147b8713c54ba4e1049f9d531794b7ce9
|
3 |
size 5368
|