End of training
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-base-patch16-224-in21k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: dental_classification_model_010424
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# dental_classification_model_010424
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5797
|
21 |
+
- Accuracy: 0.8354
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 64
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 20
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.8845 | 0.99 | 40 | 1.8553 | 0.3106 |
|
56 |
+
| 1.6458 | 1.99 | 80 | 1.6211 | 0.4363 |
|
57 |
+
| 1.4423 | 2.98 | 120 | 1.4076 | 0.5202 |
|
58 |
+
| 1.2767 | 4.0 | 161 | 1.2806 | 0.5714 |
|
59 |
+
| 1.0687 | 4.99 | 201 | 1.0996 | 0.6537 |
|
60 |
+
| 0.9687 | 5.99 | 241 | 1.0288 | 0.6677 |
|
61 |
+
| 0.8714 | 6.98 | 281 | 0.9370 | 0.7252 |
|
62 |
+
| 0.7841 | 8.0 | 322 | 0.8287 | 0.7484 |
|
63 |
+
| 0.6814 | 8.99 | 362 | 0.8141 | 0.7376 |
|
64 |
+
| 0.5964 | 9.99 | 402 | 0.7433 | 0.7919 |
|
65 |
+
| 0.5995 | 10.98 | 442 | 0.7075 | 0.7904 |
|
66 |
+
| 0.5222 | 12.0 | 483 | 0.6613 | 0.8043 |
|
67 |
+
| 0.5173 | 12.99 | 523 | 0.6485 | 0.8090 |
|
68 |
+
| 0.4776 | 13.99 | 563 | 0.6196 | 0.8230 |
|
69 |
+
| 0.4679 | 14.98 | 603 | 0.5795 | 0.8416 |
|
70 |
+
| 0.4123 | 16.0 | 644 | 0.6202 | 0.8168 |
|
71 |
+
| 0.4179 | 16.99 | 684 | 0.6037 | 0.8230 |
|
72 |
+
| 0.4139 | 17.99 | 724 | 0.5797 | 0.8354 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.38.2
|
78 |
+
- Pytorch 2.2.1+cu121
|
79 |
+
- Datasets 2.18.0
|
80 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343239356
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3159be4deb4f0cf00c039bbc1a5fd3b5846bf30fdfa783d52e8bfb4c9b83d332
|
3 |
size 343239356
|
runs/Apr01_06-08-22_cb5942b2f4ba/events.out.tfevents.1711951703.cb5942b2f4ba.1079.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:c7f9ae76faa07d2bcbabf965dbb9e26536541e526dc6760eb1d1882cbc3dd7f1
|
3 |
+
size 26493
|