mrkprc1 commited on
Commit
63bb297
1 Parent(s): dcb2f87

End of training

Browse files
Files changed (3) hide show
  1. README.md +14 -26
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  license: other
 
3
  tags:
4
  - vision
5
  - image-segmentation
6
  - generated_from_trainer
7
- base_model: nvidia/mit-b0
8
  model-index:
9
  - name: segformer-b0-finetuned-sudoku
10
  results: []
@@ -17,14 +17,14 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the mrkprc1/SudokuBoundaries2 dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.7037
21
- - Mean Iou: 0.2505
22
- - Mean Accuracy: 0.4978
23
- - Overall Accuracy: 0.4887
24
- - Accuracy Unlabelled: 0.9784
25
- - Accuracy Sudoku-boundary: 0.0173
26
- - Iou Unlabelled: 0.4841
27
- - Iou Sudoku-boundary: 0.0169
28
 
29
  ## Model description
30
 
@@ -43,33 +43,21 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 6e-06
47
  - train_batch_size: 2
48
  - eval_batch_size: 2
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 50
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Unlabelled | Accuracy Sudoku-boundary | Iou Unlabelled | Iou Sudoku-boundary |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-------------------:|:------------------------:|:--------------:|:-------------------:|
58
- | 0.5388 | 3.33 | 20 | 0.6914 | 0.3096 | 0.5259 | 0.5336 | 0.1248 | 0.9270 | 0.1160 | 0.5031 |
59
- | 1.1103 | 6.67 | 40 | 0.6909 | 0.3320 | 0.5329 | 0.5393 | 0.1982 | 0.8677 | 0.1742 | 0.4897 |
60
- | 0.2978 | 10.0 | 60 | 0.6971 | 0.2671 | 0.4987 | 0.4904 | 0.9321 | 0.0653 | 0.4729 | 0.0613 |
61
- | 0.4739 | 13.33 | 80 | 0.6927 | 0.3257 | 0.5147 | 0.5101 | 0.7585 | 0.2709 | 0.4316 | 0.2198 |
62
- | 0.562 | 16.67 | 100 | 0.6974 | 0.2695 | 0.4975 | 0.4894 | 0.9194 | 0.0756 | 0.4690 | 0.0701 |
63
- | 0.8487 | 20.0 | 120 | 0.6944 | 0.2945 | 0.5041 | 0.4974 | 0.8555 | 0.1527 | 0.4550 | 0.1341 |
64
- | 0.3803 | 23.33 | 140 | 0.6953 | 0.2906 | 0.5054 | 0.4983 | 0.8768 | 0.1339 | 0.4615 | 0.1197 |
65
- | 0.4106 | 26.67 | 160 | 0.7065 | 0.2482 | 0.4999 | 0.4905 | 0.9917 | 0.0081 | 0.4884 | 0.0080 |
66
- | 0.4016 | 30.0 | 180 | 0.7057 | 0.2507 | 0.4988 | 0.4896 | 0.9811 | 0.0165 | 0.4853 | 0.0162 |
67
- | 0.3198 | 33.33 | 200 | 0.7114 | 0.2476 | 0.4987 | 0.4893 | 0.9896 | 0.0079 | 0.4873 | 0.0078 |
68
- | 0.374 | 36.67 | 220 | 0.7286 | 0.2452 | 0.4997 | 0.4901 | 0.9989 | 0.0004 | 0.4900 | 0.0004 |
69
- | 0.2486 | 40.0 | 240 | 0.6986 | 0.2751 | 0.4974 | 0.4897 | 0.9002 | 0.0946 | 0.4639 | 0.0863 |
70
- | 0.513 | 43.33 | 260 | 0.6917 | 0.3192 | 0.5139 | 0.5086 | 0.7909 | 0.2369 | 0.4411 | 0.1972 |
71
- | 0.3839 | 46.67 | 280 | 0.6934 | 0.3002 | 0.5079 | 0.5013 | 0.8495 | 0.1662 | 0.4552 | 0.1452 |
72
- | 0.6526 | 50.0 | 300 | 0.7037 | 0.2505 | 0.4978 | 0.4887 | 0.9784 | 0.0173 | 0.4841 | 0.0169 |
73
 
74
 
75
  ### Framework versions
 
1
  ---
2
  license: other
3
+ base_model: nvidia/mit-b0
4
  tags:
5
  - vision
6
  - image-segmentation
7
  - generated_from_trainer
 
8
  model-index:
9
  - name: segformer-b0-finetuned-sudoku
10
  results: []
 
17
 
18
  This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the mrkprc1/SudokuBoundaries2 dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6963
21
+ - Mean Iou: 0.2715
22
+ - Mean Accuracy: 0.4994
23
+ - Overall Accuracy: 0.4914
24
+ - Accuracy Unlabelled: 0.9207
25
+ - Accuracy Sudoku-boundary: 0.0782
26
+ - Iou Unlabelled: 0.4703
27
+ - Iou Sudoku-boundary: 0.0726
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 6e-07
47
  - train_batch_size: 2
48
  - eval_batch_size: 2
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Unlabelled | Accuracy Sudoku-boundary | Iou Unlabelled | Iou Sudoku-boundary |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-------------------:|:------------------------:|:--------------:|:-------------------:|
58
+ | 0.5345 | 3.33 | 20 | 0.6911 | 0.3154 | 0.5281 | 0.5355 | 0.1414 | 0.9147 | 0.1299 | 0.5008 |
59
+ | 1.1081 | 6.67 | 40 | 0.6904 | 0.3388 | 0.5351 | 0.5411 | 0.2242 | 0.8460 | 0.1933 | 0.4844 |
60
+ | 0.3015 | 10.0 | 60 | 0.6963 | 0.2715 | 0.4994 | 0.4914 | 0.9207 | 0.0782 | 0.4703 | 0.0726 |
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66999c78837cad51e508679638146fe915de8aa3f52bd0b171ccdf9f0d024fb6
3
  size 14884776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6671724a772d6267db14343ab3b26f75b8109f50f78bd0f4d1fc429736de9ae8
3
  size 14884776
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c25e77a27bd0ac8d329722c4685e8366e9d23318824e73a7a94fecab7f8bab3b
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cc6014cad5243c6bc7083aa32cdbd798a6eb142918a2c83fcb6d68378a50c93
3
  size 4728