jayanthspratap commited on
Commit
baef539
·
verified ·
1 Parent(s): 41668dc

Model save

Browse files
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - imagefolder
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: '2024_08_13'
10
+ results:
11
+ - task:
12
+ name: Image Classification
13
+ type: image-classification
14
+ dataset:
15
+ name: imagefolder
16
+ type: imagefolder
17
+ config: default
18
+ split: train
19
+ args: default
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.75
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # 2024_08_13
30
+
31
+ This model was trained from scratch on the imagefolder dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.5502
34
+ - Accuracy: 0.75
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 1e-06
54
+ - train_batch_size: 1
55
+ - eval_batch_size: 1
56
+ - seed: 42
57
+ - gradient_accumulation_steps: 4
58
+ - total_train_batch_size: 4
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_ratio: 0.1
62
+ - num_epochs: 30
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|
68
+ | 0.7191 | 0.992 | 31 | 0.7459 | 0.25 |
69
+ | 0.6894 | 1.984 | 62 | 0.6787 | 0.75 |
70
+ | 0.5993 | 2.976 | 93 | 0.6090 | 0.75 |
71
+ | 0.5858 | 4.0 | 125 | 0.5702 | 0.75 |
72
+ | 0.5407 | 4.992 | 156 | 0.5572 | 0.75 |
73
+ | 0.6552 | 5.984 | 187 | 0.5553 | 0.75 |
74
+ | 0.5562 | 6.976 | 218 | 0.5529 | 0.75 |
75
+ | 0.6054 | 8.0 | 250 | 0.5519 | 0.75 |
76
+ | 0.7563 | 8.992 | 281 | 0.5518 | 0.75 |
77
+ | 0.5174 | 9.984 | 312 | 0.5523 | 0.75 |
78
+ | 0.3765 | 10.9760 | 343 | 0.5514 | 0.75 |
79
+ | 0.5727 | 12.0 | 375 | 0.5507 | 0.75 |
80
+ | 0.5613 | 12.992 | 406 | 0.5510 | 0.75 |
81
+ | 0.568 | 13.984 | 437 | 0.5510 | 0.75 |
82
+ | 0.6655 | 14.9760 | 468 | 0.5514 | 0.75 |
83
+ | 0.4883 | 16.0 | 500 | 0.5522 | 0.75 |
84
+ | 0.5317 | 16.992 | 531 | 0.5518 | 0.75 |
85
+ | 0.4501 | 17.984 | 562 | 0.5520 | 0.75 |
86
+ | 0.4616 | 18.976 | 593 | 0.5519 | 0.75 |
87
+ | 0.4522 | 20.0 | 625 | 0.5510 | 0.75 |
88
+ | 0.6326 | 20.992 | 656 | 0.5507 | 0.75 |
89
+ | 0.3828 | 21.984 | 687 | 0.5508 | 0.75 |
90
+ | 0.4283 | 22.976 | 718 | 0.5509 | 0.75 |
91
+ | 0.6701 | 24.0 | 750 | 0.5506 | 0.75 |
92
+ | 0.6157 | 24.992 | 781 | 0.5503 | 0.75 |
93
+ | 0.5657 | 25.984 | 812 | 0.5503 | 0.75 |
94
+ | 0.5127 | 26.976 | 843 | 0.5503 | 0.75 |
95
+ | 0.6178 | 28.0 | 875 | 0.5503 | 0.75 |
96
+ | 0.5679 | 28.992 | 906 | 0.5502 | 0.75 |
97
+ | 0.6102 | 29.76 | 930 | 0.5502 | 0.75 |
98
+
99
+
100
+ ### Framework versions
101
+
102
+ - Transformers 4.42.3
103
+ - Pytorch 2.3.1+cu118
104
+ - Datasets 2.20.0
105
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e30d031fd554e33e32295c468738f10b76a762ea92c11586120df3537d82a178
3
  size 347645480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0abc5f60728de51face1c016500a16cd2bba13b0d5aad866528112e7182524fa
3
  size 347645480
runs/Aug13_14-22-46_EMIMDGXA100GPU1/events.out.tfevents.1723573368.EMIMDGXA100GPU1.133133.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3e94d9861bad353651bdf876f0ec71eaf67a4345f09289380ee29b4eb9b40ac
3
- size 34138
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8483c3563e8c8ac4d83b2574699e7bcd444df90ba8d714d68c3debca255fa4f
3
+ size 34815