neuralhaven
commited on
Commit
•
3caa390
1
Parent(s):
b3b650f
Model save
Browse files- README.md +76 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: other
|
4 |
+
base_model: apple/mobilevit-xx-small
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
+
model-index:
|
13 |
+
- name: KDRSSC_ViT2MobileViT-xx-small
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
# KDRSSC_ViT2MobileViT-xx-small
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [apple/mobilevit-xx-small](https://huggingface.co/apple/mobilevit-xx-small) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.6274
|
25 |
+
- Accuracy: 0.8495
|
26 |
+
- Precision: 0.8504
|
27 |
+
- Recall: 0.8501
|
28 |
+
- F1: 0.8440
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 0.0001
|
48 |
+
- train_batch_size: 128
|
49 |
+
- eval_batch_size: 128
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 10
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| 1.6963 | 1.0 | 148 | 1.3476 | 0.596 | 0.6092 | 0.5736 | 0.5557 |
|
60 |
+
| 1.2335 | 2.0 | 296 | 1.0216 | 0.725 | 0.7180 | 0.7135 | 0.6918 |
|
61 |
+
| 0.9693 | 3.0 | 444 | 0.8330 | 0.776 | 0.7560 | 0.7699 | 0.7481 |
|
62 |
+
| 0.8246 | 4.0 | 592 | 0.7345 | 0.812 | 0.8091 | 0.8042 | 0.7889 |
|
63 |
+
| 0.7393 | 5.0 | 740 | 0.6836 | 0.828 | 0.8084 | 0.8223 | 0.8070 |
|
64 |
+
| 0.6895 | 6.0 | 888 | 0.6504 | 0.831 | 0.8245 | 0.8253 | 0.8134 |
|
65 |
+
| 0.6528 | 7.0 | 1036 | 0.6252 | 0.859 | 0.8546 | 0.8571 | 0.8461 |
|
66 |
+
| 0.6303 | 8.0 | 1184 | 0.6089 | 0.856 | 0.8506 | 0.8554 | 0.8444 |
|
67 |
+
| 0.6138 | 9.0 | 1332 | 0.6002 | 0.863 | 0.8567 | 0.8632 | 0.8519 |
|
68 |
+
| 0.6067 | 10.0 | 1480 | 0.6003 | 0.863 | 0.8596 | 0.8624 | 0.8521 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.44.2
|
74 |
+
- Pytorch 2.4.0
|
75 |
+
- Datasets 3.0.0
|
76 |
+
- 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 3924580
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf853d6b5ebb60b461beeeaec9cf9d767e2342802d1d03db158f60fb220ada32
|
3 |
size 3924580
|