tcotter commited on
Commit
50111f8
·
verified ·
1 Parent(s): a571d0f

End of training

Browse files
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.0884
22
- - Accuracy: 0.75
23
 
24
  ## Model description
25
 
@@ -48,27 +48,32 @@ The following hyperparameters were used during training:
48
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
- - num_epochs: 15
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
- | 1.7984 | 1.0 | 12 | 1.7703 | 0.2 |
58
- | 1.7678 | 2.0 | 24 | 1.7096 | 0.45 |
59
- | 1.6943 | 3.0 | 36 | 1.6088 | 0.525 |
60
- | 1.6284 | 4.0 | 48 | 1.5027 | 0.575 |
61
- | 1.4732 | 5.0 | 60 | 1.4243 | 0.55 |
62
- | 1.4102 | 6.0 | 72 | 1.3879 | 0.55 |
63
- | 1.3583 | 7.0 | 84 | 1.3096 | 0.625 |
64
- | 1.2844 | 8.0 | 96 | 1.2460 | 0.675 |
65
- | 1.2383 | 9.0 | 108 | 1.1915 | 0.7 |
66
- | 1.1613 | 10.0 | 120 | 1.1863 | 0.65 |
67
- | 1.1508 | 11.0 | 132 | 1.1619 | 0.775 |
68
- | 1.0836 | 12.0 | 144 | 1.1397 | 0.8 |
69
- | 1.115 | 13.0 | 156 | 1.1122 | 0.75 |
70
- | 1.0829 | 14.0 | 168 | 1.0820 | 0.8 |
71
- | 1.0483 | 15.0 | 180 | 1.0884 | 0.75 |
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.5172
22
+ - Accuracy: 0.8614
23
 
24
  ## Model description
25
 
 
48
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 20
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
+ | 1.9286 | 1.0 | 90 | 1.8959 | 0.4785 |
58
+ | 1.3979 | 2.0 | 180 | 1.3772 | 0.7393 |
59
+ | 1.0135 | 3.0 | 270 | 1.0012 | 0.7987 |
60
+ | 0.8192 | 4.0 | 360 | 0.8217 | 0.8284 |
61
+ | 0.7478 | 5.0 | 450 | 0.7445 | 0.8251 |
62
+ | 0.6672 | 6.0 | 540 | 0.7037 | 0.8383 |
63
+ | 0.6584 | 7.0 | 630 | 0.6666 | 0.8449 |
64
+ | 0.5567 | 8.0 | 720 | 0.6131 | 0.8548 |
65
+ | 0.617 | 9.0 | 810 | 0.5836 | 0.8515 |
66
+ | 0.4916 | 10.0 | 900 | 0.5588 | 0.8713 |
67
+ | 0.5411 | 11.0 | 990 | 0.5741 | 0.8383 |
68
+ | 0.5194 | 12.0 | 1080 | 0.5511 | 0.8548 |
69
+ | 0.484 | 13.0 | 1170 | 0.5406 | 0.8614 |
70
+ | 0.4906 | 14.0 | 1260 | 0.5187 | 0.8482 |
71
+ | 0.4461 | 15.0 | 1350 | 0.4862 | 0.8812 |
72
+ | 0.408 | 16.0 | 1440 | 0.5168 | 0.8746 |
73
+ | 0.465 | 17.0 | 1530 | 0.4795 | 0.8746 |
74
+ | 0.4229 | 18.0 | 1620 | 0.5314 | 0.8482 |
75
+ | 0.4614 | 19.0 | 1710 | 0.5498 | 0.8383 |
76
+ | 0.4443 | 20.0 | 1800 | 0.5172 | 0.8614 |
77
 
78
 
79
  ### Framework versions
config.json CHANGED
@@ -10,10 +10,12 @@
10
  "id2label": {
11
  "0": "bathroom",
12
  "1": "bedroom",
13
- "2": "hallway",
14
- "3": "kitchen",
15
- "4": "other",
16
- "5": "toilet"
 
 
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
@@ -21,10 +23,12 @@
21
  "label2id": {
22
  "bathroom": "0",
23
  "bedroom": "1",
24
- "hallway": "2",
25
- "kitchen": "3",
26
- "other": "4",
27
- "toilet": "5"
 
 
28
  },
29
  "layer_norm_eps": 1e-12,
30
  "model_type": "vit",
 
10
  "id2label": {
11
  "0": "bathroom",
12
  "1": "bedroom",
13
+ "2": "dining-room",
14
+ "3": "hallway",
15
+ "4": "kitchen",
16
+ "5": "living-room",
17
+ "6": "other",
18
+ "7": "toilet"
19
  },
20
  "image_size": 224,
21
  "initializer_range": 0.02,
 
23
  "label2id": {
24
  "bathroom": "0",
25
  "bedroom": "1",
26
+ "dining-room": "2",
27
+ "hallway": "3",
28
+ "kitchen": "4",
29
+ "living-room": "5",
30
+ "other": "6",
31
+ "toilet": "7"
32
  },
33
  "layer_norm_eps": 1e-12,
34
  "model_type": "vit",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba395b79bb410c637491727cabc8eb819f21df4d1356eebd5d05cca7a85b4c3f
3
- size 343236280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f137cacc801afcc9707f83dff920313c9d695784bed87f82192b1ab9fb656a40
3
+ size 343242432
runs/Jul31_15-27-24_0508-124547-7g8b340j-172-16-88-57/events.out.tfevents.1753975654.0508-124547-7g8b340j-172-16-88-57.2889.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfdfe65ce6e1716a60b0bc7f89a75f22b143e5f153abab6f0438bed97072462
3
+ size 16992
runs/Jul31_16-45-58_0508-124547-7g8b340j-172-16-88-57/events.out.tfevents.1753980363.0508-124547-7g8b340j-172-16-88-57.15031.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7930f9059cf9d85ebe9f8dcc8fbb6376402454e3301b608deff6b33d585ca133
3
+ size 50058
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e86c71806b3b8572fc69cda1304b8914092e666407dc2b626a831741e69ca134
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7a3a08097251e150dc8a9e6c5c87163171ef2220a47fa5cdb757a745bff94ea
3
  size 5432