Best model after training
Browse files- README.md +105 -0
- config.json +9 -0
- model.safetensors +3 -0
- runs/Dec05_08-49-55_e472f3e595d8/events.out.tfevents.1733388599.e472f3e595d8.260.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: image-quality-mobilenetv3
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# image-quality-mobilenetv3
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.0123
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0001
|
37 |
+
- train_batch_size: 256
|
38 |
+
- eval_batch_size: 256
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 50
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 4.3424 | 1.0 | 36 | 3.0847 |
|
49 |
+
| 0.6173 | 2.0 | 72 | 0.4851 |
|
50 |
+
| 0.1393 | 3.0 | 108 | 0.0988 |
|
51 |
+
| 0.0575 | 4.0 | 144 | 0.0536 |
|
52 |
+
| 0.0388 | 5.0 | 180 | 0.0377 |
|
53 |
+
| 0.0324 | 6.0 | 216 | 0.0320 |
|
54 |
+
| 0.0291 | 7.0 | 252 | 0.0312 |
|
55 |
+
| 0.0255 | 8.0 | 288 | 0.0266 |
|
56 |
+
| 0.023 | 9.0 | 324 | 0.0232 |
|
57 |
+
| 0.0213 | 10.0 | 360 | 0.0214 |
|
58 |
+
| 0.0205 | 11.0 | 396 | 0.0209 |
|
59 |
+
| 0.0193 | 12.0 | 432 | 0.0198 |
|
60 |
+
| 0.0183 | 13.0 | 468 | 0.0191 |
|
61 |
+
| 0.0185 | 14.0 | 504 | 0.0179 |
|
62 |
+
| 0.0175 | 15.0 | 540 | 0.0171 |
|
63 |
+
| 0.0166 | 16.0 | 576 | 0.0186 |
|
64 |
+
| 0.0161 | 17.0 | 612 | 0.0167 |
|
65 |
+
| 0.0164 | 18.0 | 648 | 0.0163 |
|
66 |
+
| 0.0152 | 19.0 | 684 | 0.0160 |
|
67 |
+
| 0.0149 | 20.0 | 720 | 0.0156 |
|
68 |
+
| 0.0151 | 21.0 | 756 | 0.0159 |
|
69 |
+
| 0.0147 | 22.0 | 792 | 0.0153 |
|
70 |
+
| 0.0154 | 23.0 | 828 | 0.0162 |
|
71 |
+
| 0.0147 | 24.0 | 864 | 0.0150 |
|
72 |
+
| 0.0144 | 25.0 | 900 | 0.0147 |
|
73 |
+
| 0.0143 | 26.0 | 936 | 0.0144 |
|
74 |
+
| 0.0144 | 27.0 | 972 | 0.0139 |
|
75 |
+
| 0.0152 | 28.0 | 1008 | 0.0150 |
|
76 |
+
| 0.0129 | 29.0 | 1044 | 0.0134 |
|
77 |
+
| 0.0128 | 30.0 | 1080 | 0.0135 |
|
78 |
+
| 0.0126 | 31.0 | 1116 | 0.0141 |
|
79 |
+
| 0.0131 | 32.0 | 1152 | 0.0145 |
|
80 |
+
| 0.0133 | 33.0 | 1188 | 0.0131 |
|
81 |
+
| 0.0124 | 34.0 | 1224 | 0.0133 |
|
82 |
+
| 0.013 | 35.0 | 1260 | 0.0148 |
|
83 |
+
| 0.0121 | 36.0 | 1296 | 0.0129 |
|
84 |
+
| 0.0116 | 37.0 | 1332 | 0.0127 |
|
85 |
+
| 0.0124 | 38.0 | 1368 | 0.0129 |
|
86 |
+
| 0.0121 | 39.0 | 1404 | 0.0134 |
|
87 |
+
| 0.0121 | 40.0 | 1440 | 0.0128 |
|
88 |
+
| 0.0119 | 41.0 | 1476 | 0.0126 |
|
89 |
+
| 0.0116 | 42.0 | 1512 | 0.0125 |
|
90 |
+
| 0.0118 | 43.0 | 1548 | 0.0126 |
|
91 |
+
| 0.0114 | 44.0 | 1584 | 0.0127 |
|
92 |
+
| 0.0117 | 45.0 | 1620 | 0.0125 |
|
93 |
+
| 0.0116 | 46.0 | 1656 | 0.0127 |
|
94 |
+
| 0.0118 | 47.0 | 1692 | 0.0126 |
|
95 |
+
| 0.0116 | 48.0 | 1728 | 0.0123 |
|
96 |
+
| 0.0114 | 49.0 | 1764 | 0.0123 |
|
97 |
+
| 0.0113 | 50.0 | 1800 | 0.0123 |
|
98 |
+
|
99 |
+
|
100 |
+
### Framework versions
|
101 |
+
|
102 |
+
- Transformers 4.46.2
|
103 |
+
- Pytorch 2.5.1+cu121
|
104 |
+
- Datasets 3.1.0
|
105 |
+
- Tokenizers 0.20.3
|
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MobileNetV3Regression"
|
4 |
+
],
|
5 |
+
"model_type": "mobilenetv3",
|
6 |
+
"num_classes": 6,
|
7 |
+
"torch_dtype": "float32",
|
8 |
+
"transformers_version": "4.46.2"
|
9 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30150f99a2e554baab6680233d180e661a593aea7428c3c73405aeb56b56d277
|
3 |
+
size 16966648
|
runs/Dec05_08-49-55_e472f3e595d8/events.out.tfevents.1733388599.e472f3e595d8.260.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f225dc91e58de930cb97326a82add3301c4604b8b777daeb65c76ae0a8f66d88
|
3 |
+
size 56333
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6cbcd86c00b619233ad03a3201a7a75e6bd6faecbca03c4f42577ec91c5d1b7
|
3 |
+
size 5304
|