stevanojs commited on
Commit
20ba844
·
1 Parent(s): 5636c3e

End of training

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ model-index:
9
+ - name: my_classification
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
+ # my_classification
17
+
18
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.3033
21
+ - Accuracy: 0.7277
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: 2e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 5.7973 | 1.0 | 175 | 4.2373 | 0.1537 |
53
+ | 3.3114 | 2.0 | 350 | 2.8087 | 0.4224 |
54
+ | 1.68 | 3.0 | 525 | 1.9823 | 0.5983 |
55
+ | 0.7776 | 4.0 | 700 | 1.6113 | 0.6648 |
56
+ | 0.3974 | 5.0 | 875 | 1.4166 | 0.6962 |
57
+ | 0.1666 | 6.0 | 1050 | 1.3312 | 0.7119 |
58
+ | 0.0657 | 7.0 | 1225 | 1.3033 | 0.7277 |
59
+ | 0.0315 | 8.0 | 1400 | 1.3021 | 0.7191 |
60
+ | 0.0187 | 9.0 | 1575 | 1.2946 | 0.7198 |
61
+ | 0.0146 | 10.0 | 1750 | 1.3018 | 0.7191 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.33.3
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.14.5
69
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab8aae8c773d893418367fe0a646fa4128748370b87ff1ef2c58ced62ee80833
3
  size 346338541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe2e110d6862e708f91e91fd0a719a27e6b41f5f11db5f8a38aa47e93bc62224
3
  size 346338541