rshrott commited on
Commit
a86f46f
1 Parent(s): 10a1638

Model save

Browse files
README.md CHANGED
@@ -2,7 +2,6 @@
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
- - image-classification
6
  - generated_from_trainer
7
  model-index:
8
  - name: ryan_model3272024
@@ -14,12 +13,12 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # ryan_model3272024
16
 
17
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3037
20
- - Na Accuracy: 0.7297
21
- - Ordinal Accuracy: 0.5285
22
- - Ordinal Mae: 0.6723
23
 
24
  ## Model description
25
 
@@ -49,19 +48,22 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Na Accuracy | Ordinal Accuracy | Ordinal Mae |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:----------------:|:-----------:|
54
- | 0.4062 | 0.13 | 25 | 0.3799 | 0.6216 | 0.2395 | 0.9244 |
55
- | 0.3536 | 0.27 | 50 | 0.3700 | 0.6757 | 0.3840 | 0.9067 |
56
- | 0.4295 | 0.4 | 75 | 0.3405 | 0.7838 | 0.2966 | 0.8798 |
57
- | 0.4114 | 0.53 | 100 | 0.3906 | 0.7297 | 0.3536 | 0.8806 |
58
- | 0.3521 | 0.66 | 125 | 0.3530 | 0.8108 | 0.4259 | 0.8442 |
59
- | 0.3349 | 0.8 | 150 | 0.3412 | 0.7297 | 0.4753 | 0.8016 |
60
- | 0.4612 | 0.93 | 175 | 0.3639 | 0.5405 | 0.4677 | 0.7604 |
61
- | 0.2424 | 1.06 | 200 | 0.3297 | 0.7027 | 0.4867 | 0.7117 |
62
- | 0.2928 | 1.2 | 225 | 0.3494 | 0.6757 | 0.5285 | 0.6955 |
63
- | 0.2436 | 1.33 | 250 | 0.3037 | 0.7297 | 0.5285 | 0.6723 |
64
- | 0.2776 | 1.46 | 275 | 0.3366 | 0.5946 | 0.5171 | 0.6727 |
 
 
 
65
 
66
 
67
  ### Framework versions
 
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
 
5
  - generated_from_trainer
6
  model-index:
7
  - name: ryan_model3272024
 
13
 
14
  # ryan_model3272024
15
 
16
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.2760
19
+ - Ordinal Mae: 0.6107
20
+ - Ordinal Accuracy: 0.5426
21
+ - Na Accuracy: 0.7124
22
 
23
  ## Model description
24
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Ordinal Mae | Ordinal Accuracy | Na Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:----------------:|:-----------:|
53
+ | 0.3524 | 0.05 | 100 | 0.3400 | 0.8905 | 0.3875 | 0.7587 |
54
+ | 0.2683 | 0.09 | 200 | 0.3671 | 0.7306 | 0.4892 | 0.6236 |
55
+ | 0.3314 | 0.14 | 300 | 0.3450 | 0.8077 | 0.4013 | 0.6969 |
56
+ | 0.2747 | 0.19 | 400 | 0.2813 | 0.6106 | 0.5423 | 0.7896 |
57
+ | 0.3247 | 0.23 | 500 | 0.3144 | 0.7256 | 0.4525 | 0.7104 |
58
+ | 0.3612 | 0.28 | 600 | 0.3075 | 0.6416 | 0.4984 | 0.7587 |
59
+ | 0.3031 | 0.32 | 700 | 0.2785 | 0.5720 | 0.5556 | 0.7896 |
60
+ | 0.2866 | 0.37 | 800 | 0.2878 | 0.5348 | 0.5776 | 0.7336 |
61
+ | 0.2927 | 0.42 | 900 | 0.2689 | 0.5855 | 0.5574 | 0.7973 |
62
+ | 0.3003 | 0.46 | 1000 | 0.2636 | 0.5544 | 0.5810 | 0.7915 |
63
+ | 0.2522 | 0.51 | 1100 | 0.3009 | 0.5651 | 0.5444 | 0.8571 |
64
+ | 0.262 | 0.56 | 1200 | 0.2790 | 0.5203 | 0.5802 | 0.8301 |
65
+ | 0.2139 | 0.6 | 1300 | 0.2653 | 0.5626 | 0.5493 | 0.7510 |
66
+ | 0.2655 | 0.65 | 1400 | 0.2760 | 0.6107 | 0.5426 | 0.7124 |
67
 
68
 
69
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:769f4f4bba3a00a467fb6735729c2191422094e4c7b30eb5d7f967611bffa9d4
3
  size 343236280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea24359282b02583c38292ffc9e1925279c5f3f3cfd69ac3e89f748065d8be0
3
  size 343236280
runs/Mar27_22-47-32_ryanserver/events.out.tfevents.1711594058.ryanserver.28085.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36bb361a6bcec4bd6da3745bb1ddf54e79c70309ee87b0324d1535bd349053bc
3
- size 22713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ef04cc10d35ad411d749cf3c274fc3ac05a3b24aab07ca77cc303f5de4a9244
3
+ size 23067