JoshuaKelleyDs
commited on
Model save
Browse files- README.md +85 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
base_model: apple/mobilevit-small
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- recall
|
10 |
+
model-index:
|
11 |
+
- name: test1
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# test1
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [apple/mobilevit-small](https://huggingface.co/apple/mobilevit-small) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.1366
|
23 |
+
- Accuracy: 0.7952
|
24 |
+
- F1: 0.7855
|
25 |
+
- Recall: 0.7952
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 0.0008
|
45 |
+
- train_batch_size: 32
|
46 |
+
- eval_batch_size: 32
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 10
|
51 |
+
- mixed_precision_training: Native AMP
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall |
|
56 |
+
|:-------------:|:------:|:-----:|:---------------:|:--------:|:------:|:------:|
|
57 |
+
| No log | 0.4554 | 500 | 0.6376 | 0.7896 | 0.7429 | 0.7896 |
|
58 |
+
| 0.657 | 0.9107 | 1000 | 0.5839 | 0.8109 | 0.7679 | 0.8109 |
|
59 |
+
| 0.657 | 1.3661 | 1500 | 0.7632 | 0.7322 | 0.7195 | 0.7322 |
|
60 |
+
| 0.5653 | 1.8215 | 2000 | 0.5927 | 0.8144 | 0.7689 | 0.8144 |
|
61 |
+
| 0.5653 | 2.2769 | 2500 | 0.5855 | 0.8174 | 0.7765 | 0.8174 |
|
62 |
+
| 0.5128 | 2.7322 | 3000 | 0.5567 | 0.8210 | 0.7931 | 0.8210 |
|
63 |
+
| 0.5128 | 3.1876 | 3500 | 0.5578 | 0.8214 | 0.7894 | 0.8214 |
|
64 |
+
| 0.4648 | 3.6430 | 4000 | 0.5699 | 0.8236 | 0.7928 | 0.8236 |
|
65 |
+
| 0.4648 | 4.0984 | 4500 | 0.6039 | 0.8053 | 0.7850 | 0.8053 |
|
66 |
+
| 0.411 | 4.5537 | 5000 | 0.5662 | 0.8203 | 0.7989 | 0.8203 |
|
67 |
+
| 0.411 | 5.0091 | 5500 | 0.6043 | 0.8252 | 0.7962 | 0.8252 |
|
68 |
+
| 0.3532 | 5.4645 | 6000 | 0.6559 | 0.8060 | 0.7915 | 0.8060 |
|
69 |
+
| 0.3532 | 5.9199 | 6500 | 0.6310 | 0.8175 | 0.7919 | 0.8175 |
|
70 |
+
| 0.2847 | 6.3752 | 7000 | 0.7075 | 0.8029 | 0.7890 | 0.8029 |
|
71 |
+
| 0.2847 | 6.8306 | 7500 | 0.8056 | 0.7743 | 0.7745 | 0.7743 |
|
72 |
+
| 0.2265 | 7.2860 | 8000 | 0.8991 | 0.7957 | 0.7875 | 0.7957 |
|
73 |
+
| 0.2265 | 7.7413 | 8500 | 0.8929 | 0.7904 | 0.7866 | 0.7904 |
|
74 |
+
| 0.1626 | 8.1967 | 9000 | 0.9503 | 0.8022 | 0.7883 | 0.8022 |
|
75 |
+
| 0.1626 | 8.6521 | 9500 | 1.0467 | 0.7904 | 0.7838 | 0.7904 |
|
76 |
+
| 0.1099 | 9.1075 | 10000 | 1.0435 | 0.8009 | 0.7877 | 0.8009 |
|
77 |
+
| 0.1099 | 9.5628 | 10500 | 1.1366 | 0.7952 | 0.7855 | 0.7952 |
|
78 |
+
|
79 |
+
|
80 |
+
### Framework versions
|
81 |
+
|
82 |
+
- Transformers 4.41.2
|
83 |
+
- Pytorch 2.2.1
|
84 |
+
- Datasets 2.19.1
|
85 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 19859260
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a67590881d9369b22592c7f5d1bbfb7cb86c11c1d144a4299a0e61deda3c0f8
|
3 |
size 19859260
|