Model save
Browse files
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: microsoft/beit-base-patch16-224-pt22k-ft22k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: beit-base-patch16-224-pt22k-ft22k-finetuned-tekno24
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# beit-base-patch16-224-pt22k-ft22k-finetuned-tekno24
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.0073
|
24 |
+
- Accuracy: 0.5785
|
25 |
+
- F1: 0.5641
|
26 |
+
- Precision: 0.5641
|
27 |
+
- Recall: 0.5785
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 5e-05
|
47 |
+
- train_batch_size: 64
|
48 |
+
- eval_batch_size: 64
|
49 |
+
- seed: 42
|
50 |
+
- gradient_accumulation_steps: 4
|
51 |
+
- total_train_batch_size: 256
|
52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
+
- lr_scheduler_type: linear
|
54 |
+
- lr_scheduler_warmup_ratio: 0.1
|
55 |
+
- num_epochs: 15
|
56 |
+
- mixed_precision_training: Native AMP
|
57 |
+
|
58 |
+
### Training results
|
59 |
+
|
60 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
61 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
62 |
+
| 1.4008 | 0.9855 | 17 | 1.2967 | 0.4059 | 0.3220 | 0.3791 | 0.4059 |
|
63 |
+
| 1.2363 | 1.9710 | 34 | 1.1309 | 0.5032 | 0.4187 | 0.4871 | 0.5032 |
|
64 |
+
| 1.1716 | 2.9565 | 51 | 1.0983 | 0.5161 | 0.4385 | 0.4610 | 0.5161 |
|
65 |
+
| 1.1479 | 4.0 | 69 | 1.0550 | 0.5409 | 0.5014 | 0.5067 | 0.5409 |
|
66 |
+
| 1.1058 | 4.9855 | 86 | 1.0397 | 0.5500 | 0.4942 | 0.5208 | 0.5500 |
|
67 |
+
| 1.0656 | 5.9710 | 103 | 1.0558 | 0.5556 | 0.5396 | 0.5486 | 0.5556 |
|
68 |
+
| 1.0328 | 6.9565 | 120 | 1.0216 | 0.5730 | 0.5465 | 0.5513 | 0.5730 |
|
69 |
+
| 1.0116 | 8.0 | 138 | 1.0469 | 0.5363 | 0.5187 | 0.5119 | 0.5363 |
|
70 |
+
| 1.012 | 8.9855 | 155 | 1.0216 | 0.5629 | 0.5226 | 0.5344 | 0.5629 |
|
71 |
+
| 1.0076 | 9.9710 | 172 | 1.0186 | 0.5675 | 0.5275 | 0.5379 | 0.5675 |
|
72 |
+
| 0.9714 | 10.9565 | 189 | 1.0205 | 0.5638 | 0.5499 | 0.5549 | 0.5638 |
|
73 |
+
| 0.9843 | 12.0 | 207 | 1.0117 | 0.5657 | 0.5488 | 0.5495 | 0.5657 |
|
74 |
+
| 0.9427 | 12.9855 | 224 | 1.0072 | 0.5785 | 0.5643 | 0.5602 | 0.5785 |
|
75 |
+
| 0.9268 | 13.9710 | 241 | 1.0068 | 0.5785 | 0.5652 | 0.5621 | 0.5785 |
|
76 |
+
| 0.9525 | 14.7826 | 255 | 1.0073 | 0.5785 | 0.5641 | 0.5641 | 0.5785 |
|
77 |
+
|
78 |
+
|
79 |
+
### Framework versions
|
80 |
+
|
81 |
+
- Transformers 4.42.4
|
82 |
+
- Pytorch 2.4.0+cu121
|
83 |
+
- Datasets 2.21.0
|
84 |
+
- 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 343086480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:983d464f86dd9ef86c6e796fb248986c5bed2ef43bde12469c0d9d6731024485
|
3 |
size 343086480
|
runs/Sep03_17-04-00_108ca9676f98/events.out.tfevents.1725383053.108ca9676f98.2030.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc149190422686aecc736a6303dfeef53372e9fdd447a233a0b903e741af7332
|
3 |
+
size 18483
|