mrkprc1 commited on
Commit
07ed2f1
1 Parent(s): 0f5c706

End of training

Browse files
Files changed (3) hide show
  1. README.md +31 -14
  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.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,21 +43,38 @@ More information needed
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
 
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: 1.5465
21
+ - Mean Iou: 0.2407
22
+ - Mean Accuracy: 0.5
23
+ - Overall Accuracy: 0.4814
24
+ - Accuracy Unlabelled: 1.0
25
+ - Accuracy Sudoku-boundary: 0.0
26
+ - Iou Unlabelled: 0.4814
27
+ - Iou Sudoku-boundary: 0.0
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 6e-05
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.6257 | 2.5 | 20 | 0.7024 | 0.2992 | 0.4856 | 0.4769 | 0.7186 | 0.2525 | 0.3981 | 0.2002 |
59
+ | 0.6194 | 5.0 | 40 | 0.7513 | 0.2593 | 0.4960 | 0.4797 | 0.9332 | 0.0588 | 0.4633 | 0.0553 |
60
+ | 0.6134 | 7.5 | 60 | 0.8649 | 0.2428 | 0.4993 | 0.4809 | 0.9921 | 0.0065 | 0.4792 | 0.0065 |
61
+ | 0.4962 | 10.0 | 80 | 0.9245 | 0.2434 | 0.5006 | 0.4822 | 0.9949 | 0.0063 | 0.4805 | 0.0063 |
62
+ | 0.5552 | 12.5 | 100 | 0.8606 | 0.2442 | 0.5009 | 0.4826 | 0.9939 | 0.0080 | 0.4804 | 0.0079 |
63
+ | 0.6282 | 15.0 | 120 | 1.1507 | 0.2407 | 0.5000 | 0.4814 | 1.0000 | 0.0000 | 0.4813 | 0.0000 |
64
+ | 0.4042 | 17.5 | 140 | 1.0916 | 0.2408 | 0.4997 | 0.4811 | 0.9988 | 0.0007 | 0.4810 | 0.0007 |
65
+ | 0.8174 | 20.0 | 160 | 0.9731 | 0.2424 | 0.4991 | 0.4807 | 0.9926 | 0.0056 | 0.4792 | 0.0055 |
66
+ | 0.5353 | 22.5 | 180 | 0.9754 | 0.2409 | 0.4991 | 0.4805 | 0.9964 | 0.0017 | 0.4801 | 0.0017 |
67
+ | 0.4792 | 25.0 | 200 | 1.6835 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
68
+ | 0.4244 | 27.5 | 220 | 1.5039 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
69
+ | 0.376 | 30.0 | 240 | 2.2746 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
70
+ | 0.4129 | 32.5 | 260 | 2.0116 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
71
+ | 0.4717 | 35.0 | 280 | 1.8957 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
72
+ | 0.4229 | 37.5 | 300 | 1.7574 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
73
+ | 0.5708 | 40.0 | 320 | 2.0764 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
74
+ | 0.5826 | 42.5 | 340 | 1.6177 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
75
+ | 0.3765 | 45.0 | 360 | 1.8119 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
76
+ | 0.3704 | 47.5 | 380 | 1.6863 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
77
+ | 1.3265 | 50.0 | 400 | 1.5465 | 0.2407 | 0.5 | 0.4814 | 1.0 | 0.0 | 0.4814 | 0.0 |
78
 
79
 
80
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6671724a772d6267db14343ab3b26f75b8109f50f78bd0f4d1fc429736de9ae8
3
  size 14884776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be9f9f0517b1da04d10d8ac56c39f8c52fc770a2349f0ec6d113f57a4c29474
3
  size 14884776
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cc6014cad5243c6bc7083aa32cdbd798a6eb142918a2c83fcb6d68378a50c93
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e0a9120f48b1574fc6f5bb5d4715e19f804885ff3d8f9859341f46f318ce62
3
  size 4728