End of training
Browse files- README.md +89 -0
- config.json +78 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: test_os_counties
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# test_os_counties
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the rwood-97/os_counties dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.8997
|
21 |
+
- Mean Iou: 0.1075
|
22 |
+
- Mean Accuracy: 0.4992
|
23 |
+
- Overall Accuracy: 0.2118
|
24 |
+
- Accuracy Non-map: 0.9899
|
25 |
+
- Accuracy Map: 0.0084
|
26 |
+
- Iou Non-map: 0.2065
|
27 |
+
- Iou Map: 0.0084
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 6e-05
|
47 |
+
- train_batch_size: 4
|
48 |
+
- eval_batch_size: 4
|
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 Non-map | Accuracy Map | Iou Non-map | Iou Map |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:----------------:|:------------:|:-----------:|:-------:|
|
58 |
+
| 0.4081 | 0.41 | 20 | 0.8267 | 0.2101 | 0.4981 | 0.3478 | 0.7548 | 0.2414 | 0.1934 | 0.2268 |
|
59 |
+
| 0.3939 | 0.82 | 40 | 0.8190 | 0.2387 | 0.4978 | 0.3898 | 0.6821 | 0.3134 | 0.1881 | 0.2894 |
|
60 |
+
| 0.3319 | 1.22 | 60 | 0.9487 | 0.1579 | 0.4976 | 0.2759 | 0.8762 | 0.1191 | 0.2005 | 0.1153 |
|
61 |
+
| 0.3234 | 1.63 | 80 | 0.9275 | 0.1847 | 0.4974 | 0.3120 | 0.8138 | 0.1809 | 0.1969 | 0.1725 |
|
62 |
+
| 0.3932 | 2.04 | 100 | 0.9053 | 0.1892 | 0.4974 | 0.3183 | 0.8031 | 0.1916 | 0.1962 | 0.1822 |
|
63 |
+
| 0.3412 | 2.45 | 120 | 0.8265 | 0.2385 | 0.4973 | 0.3895 | 0.6814 | 0.3132 | 0.1878 | 0.2891 |
|
64 |
+
| 0.2976 | 2.86 | 140 | 1.3713 | 0.1127 | 0.4987 | 0.2182 | 0.9778 | 0.0197 | 0.2058 | 0.0195 |
|
65 |
+
| 0.2803 | 3.27 | 160 | 1.6436 | 0.1095 | 0.4993 | 0.2143 | 0.9860 | 0.0126 | 0.2064 | 0.0125 |
|
66 |
+
| 0.3686 | 3.67 | 180 | 1.2379 | 0.1221 | 0.4982 | 0.2298 | 0.9564 | 0.0399 | 0.2047 | 0.0395 |
|
67 |
+
| 0.3434 | 4.08 | 200 | 1.1857 | 0.1385 | 0.4978 | 0.2507 | 0.9197 | 0.0758 | 0.2028 | 0.0743 |
|
68 |
+
| 0.2951 | 4.49 | 220 | 1.3947 | 0.1160 | 0.4986 | 0.2223 | 0.9704 | 0.0268 | 0.2054 | 0.0266 |
|
69 |
+
| 0.2333 | 4.9 | 240 | 1.5480 | 0.1170 | 0.4988 | 0.2236 | 0.9687 | 0.0288 | 0.2054 | 0.0286 |
|
70 |
+
| 0.2491 | 5.31 | 260 | 1.6563 | 0.1136 | 0.4990 | 0.2194 | 0.9764 | 0.0215 | 0.2058 | 0.0214 |
|
71 |
+
| 0.2706 | 5.71 | 280 | 1.9766 | 0.1058 | 0.4995 | 0.2098 | 0.9942 | 0.0048 | 0.2068 | 0.0048 |
|
72 |
+
| 0.2171 | 6.12 | 300 | 1.6191 | 0.1117 | 0.4989 | 0.2170 | 0.9804 | 0.0175 | 0.2060 | 0.0174 |
|
73 |
+
| 0.2352 | 6.53 | 320 | 1.8075 | 0.1102 | 0.4992 | 0.2151 | 0.9842 | 0.0141 | 0.2062 | 0.0141 |
|
74 |
+
| 0.2953 | 6.94 | 340 | 1.4709 | 0.1178 | 0.4986 | 0.2245 | 0.9667 | 0.0305 | 0.2053 | 0.0303 |
|
75 |
+
| 0.2799 | 7.35 | 360 | 1.3843 | 0.1300 | 0.4982 | 0.2399 | 0.9392 | 0.0571 | 0.2038 | 0.0562 |
|
76 |
+
| 0.2285 | 7.76 | 380 | 1.7799 | 0.1101 | 0.4991 | 0.2150 | 0.9842 | 0.0140 | 0.2062 | 0.0139 |
|
77 |
+
| 0.3461 | 8.16 | 400 | 1.7282 | 0.1106 | 0.4989 | 0.2157 | 0.9826 | 0.0153 | 0.2061 | 0.0152 |
|
78 |
+
| 0.1867 | 8.57 | 420 | 2.3356 | 0.1042 | 0.4997 | 0.2079 | 0.9981 | 0.0014 | 0.2070 | 0.0014 |
|
79 |
+
| 0.1731 | 8.98 | 440 | 2.1465 | 0.1050 | 0.4996 | 0.2089 | 0.9959 | 0.0032 | 0.2069 | 0.0032 |
|
80 |
+
| 0.224 | 9.39 | 460 | 2.3467 | 0.1047 | 0.4996 | 0.2084 | 0.9969 | 0.0024 | 0.2070 | 0.0024 |
|
81 |
+
| 0.2199 | 9.8 | 480 | 1.8997 | 0.1075 | 0.4992 | 0.2118 | 0.9899 | 0.0084 | 0.2065 | 0.0084 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.35.0.dev0
|
87 |
+
- Pytorch 2.1.0
|
88 |
+
- Datasets 2.14.5
|
89 |
+
- Tokenizers 0.14.1
|
config.json
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/mit-b0",
|
3 |
+
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 256,
|
9 |
+
"depths": [
|
10 |
+
2,
|
11 |
+
2,
|
12 |
+
2,
|
13 |
+
2
|
14 |
+
],
|
15 |
+
"downsampling_rates": [
|
16 |
+
1,
|
17 |
+
4,
|
18 |
+
8,
|
19 |
+
16
|
20 |
+
],
|
21 |
+
"drop_path_rate": 0.1,
|
22 |
+
"hidden_act": "gelu",
|
23 |
+
"hidden_dropout_prob": 0.0,
|
24 |
+
"hidden_sizes": [
|
25 |
+
32,
|
26 |
+
64,
|
27 |
+
160,
|
28 |
+
256
|
29 |
+
],
|
30 |
+
"id2label": {
|
31 |
+
"0": "non-map",
|
32 |
+
"1": "map"
|
33 |
+
},
|
34 |
+
"image_size": 224,
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"label2id": {
|
37 |
+
"map": 1,
|
38 |
+
"non-map": 0
|
39 |
+
},
|
40 |
+
"layer_norm_eps": 1e-06,
|
41 |
+
"mlp_ratios": [
|
42 |
+
4,
|
43 |
+
4,
|
44 |
+
4,
|
45 |
+
4
|
46 |
+
],
|
47 |
+
"model_type": "segformer",
|
48 |
+
"num_attention_heads": [
|
49 |
+
1,
|
50 |
+
2,
|
51 |
+
5,
|
52 |
+
8
|
53 |
+
],
|
54 |
+
"num_channels": 3,
|
55 |
+
"num_encoder_blocks": 4,
|
56 |
+
"patch_sizes": [
|
57 |
+
7,
|
58 |
+
3,
|
59 |
+
3,
|
60 |
+
3
|
61 |
+
],
|
62 |
+
"reshape_last_stage": true,
|
63 |
+
"semantic_loss_ignore_index": 255,
|
64 |
+
"sr_ratios": [
|
65 |
+
8,
|
66 |
+
4,
|
67 |
+
2,
|
68 |
+
1
|
69 |
+
],
|
70 |
+
"strides": [
|
71 |
+
4,
|
72 |
+
2,
|
73 |
+
2,
|
74 |
+
2
|
75 |
+
],
|
76 |
+
"torch_dtype": "float32",
|
77 |
+
"transformers_version": "4.35.0.dev0"
|
78 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f9cd30ecc2f84d626e1f39e7a9d53a12aa7705afc17c27d5016a06030eb84e2
|
3 |
+
size 14929354
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00a070c80cf99615f49ce5123c0eb9c405bca62895a6b24071bff2825095497c
|
3 |
+
size 4472
|