sharren commited on
Commit
08f5d95
1 Parent(s): 87ac87a

Model save

Browse files
Files changed (2) hide show
  1. README.md +86 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/vit-base-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: vit-beta2-0.995
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
+ # vit-beta2-0.995
20
+
21
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.6291
24
+ - Accuracy: 0.8256
25
+ - Precision: 0.8518
26
+ - Recall: 0.8256
27
+ - F1: 0.8335
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: 0.0001
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.995) and epsilon=1e-08
51
+ - lr_scheduler_type: cosine
52
+ - lr_scheduler_warmup_steps: 1733
53
+ - num_epochs: 100
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
+ | 1.7709 | 1.0 | 321 | 0.9409 | 0.7039 | 0.6601 | 0.7039 | 0.6317 |
61
+ | 1.1633 | 2.0 | 642 | 0.7317 | 0.7372 | 0.7193 | 0.7372 | 0.6970 |
62
+ | 1.0429 | 3.0 | 963 | 0.6350 | 0.7625 | 0.7357 | 0.7625 | 0.7240 |
63
+ | 0.9649 | 4.0 | 1284 | 0.5760 | 0.7694 | 0.8038 | 0.7694 | 0.7808 |
64
+ | 0.9051 | 5.0 | 1605 | 0.6441 | 0.7670 | 0.7941 | 0.7670 | 0.7732 |
65
+ | 0.9826 | 6.0 | 1926 | 0.5662 | 0.7850 | 0.7956 | 0.7850 | 0.7892 |
66
+ | 0.8855 | 7.0 | 2247 | 0.6882 | 0.7264 | 0.7937 | 0.7264 | 0.7459 |
67
+ | 0.789 | 8.0 | 2568 | 0.6491 | 0.7365 | 0.8089 | 0.7365 | 0.7564 |
68
+ | 0.7192 | 9.0 | 2889 | 0.5119 | 0.8076 | 0.8207 | 0.8076 | 0.8098 |
69
+ | 0.7012 | 10.0 | 3210 | 0.5414 | 0.7975 | 0.8341 | 0.7975 | 0.8077 |
70
+ | 0.6376 | 11.0 | 3531 | 0.5712 | 0.7947 | 0.8332 | 0.7947 | 0.8066 |
71
+ | 0.5412 | 12.0 | 3852 | 0.5661 | 0.8058 | 0.8328 | 0.8058 | 0.8145 |
72
+ | 0.4667 | 13.0 | 4173 | 0.6375 | 0.8190 | 0.8410 | 0.8190 | 0.8179 |
73
+ | 0.4766 | 14.0 | 4494 | 0.5736 | 0.8252 | 0.8508 | 0.8252 | 0.8313 |
74
+ | 0.384 | 15.0 | 4815 | 0.5305 | 0.8356 | 0.8415 | 0.8356 | 0.8371 |
75
+ | 0.37 | 16.0 | 5136 | 0.5531 | 0.8315 | 0.8499 | 0.8315 | 0.8379 |
76
+ | 0.2809 | 17.0 | 5457 | 0.5174 | 0.8637 | 0.8630 | 0.8637 | 0.8608 |
77
+ | 0.2681 | 18.0 | 5778 | 0.5556 | 0.8478 | 0.8555 | 0.8478 | 0.8504 |
78
+ | 0.2139 | 19.0 | 6099 | 0.6291 | 0.8256 | 0.8518 | 0.8256 | 0.8335 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.40.0.dev0
84
+ - Pytorch 2.2.1+cu121
85
+ - Datasets 2.18.0
86
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec6dbcfae0ee7ed689ce6efc3ed105937783b0df7e130fe6a46325f37318d5c8
3
  size 343239356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a74981ef4630e8d120824a85e024eaa508886e655a3284d922e30ad2cae22d8
3
  size 343239356