Model save
Browse files- README.md +81 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: other
|
4 |
+
base_model: apple/mobilevit-small
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: mobilevit-small_alpha0.5_temp3.0
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# mobilevit-small_alpha0.5_temp3.0
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [apple/mobilevit-small](https://huggingface.co/apple/mobilevit-small) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.8438
|
22 |
+
- Accuracy: 0.6729
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 64
|
43 |
+
- eval_batch_size: 64
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 20
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 1.2251 | 1.0 | 90 | 1.4083 | 0.2441 |
|
55 |
+
| 1.1754 | 2.0 | 180 | 1.3374 | 0.3063 |
|
56 |
+
| 1.086 | 3.0 | 270 | 1.2295 | 0.3844 |
|
57 |
+
| 0.9164 | 4.0 | 360 | 1.0471 | 0.5208 |
|
58 |
+
| 0.8124 | 5.0 | 450 | 0.9794 | 0.5692 |
|
59 |
+
| 0.757 | 6.0 | 540 | 0.9078 | 0.6136 |
|
60 |
+
| 0.7021 | 7.0 | 630 | 0.8754 | 0.6423 |
|
61 |
+
| 0.6535 | 8.0 | 720 | 0.8976 | 0.6206 |
|
62 |
+
| 0.5973 | 9.0 | 810 | 0.8455 | 0.6719 |
|
63 |
+
| 0.5778 | 10.0 | 900 | 0.8477 | 0.6532 |
|
64 |
+
| 0.5556 | 11.0 | 990 | 0.8395 | 0.6660 |
|
65 |
+
| 0.5226 | 12.0 | 1080 | 0.8487 | 0.6542 |
|
66 |
+
| 0.4926 | 13.0 | 1170 | 0.8610 | 0.6482 |
|
67 |
+
| 0.4766 | 14.0 | 1260 | 0.8337 | 0.6789 |
|
68 |
+
| 0.4763 | 15.0 | 1350 | 0.8482 | 0.6650 |
|
69 |
+
| 0.45 | 16.0 | 1440 | 0.8374 | 0.6700 |
|
70 |
+
| 0.4468 | 17.0 | 1530 | 0.8378 | 0.6759 |
|
71 |
+
| 0.4267 | 18.0 | 1620 | 0.8382 | 0.6729 |
|
72 |
+
| 0.4321 | 19.0 | 1710 | 0.8399 | 0.6719 |
|
73 |
+
| 0.4318 | 20.0 | 1800 | 0.8438 | 0.6729 |
|
74 |
+
|
75 |
+
|
76 |
+
### Framework versions
|
77 |
+
|
78 |
+
- Transformers 4.45.2
|
79 |
+
- Pytorch 2.5.0+cu124
|
80 |
+
- Datasets 3.0.1
|
81 |
+
- Tokenizers 0.20.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 29269968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a056a66f4da4de1551a7010a2dfc270122818dcebc07544182fd49d831ab6276
|
3 |
size 29269968
|