leftattention commited on
Commit
bf80932
·
verified ·
1 Parent(s): dda3f9a

End of training

Browse files
README.md CHANGED
@@ -1,201 +1,70 @@
1
  ---
2
- library_name: transformers
3
- tags: []
 
 
 
 
 
4
  ---
5
 
6
- # Model Card for Model ID
 
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
 
 
 
 
 
 
 
 
10
 
 
11
 
12
- ## Model Details
13
 
14
- ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
- ### Model Sources [optional]
29
 
30
- <!-- Provide the basic links for the model. -->
31
 
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
 
 
 
 
 
35
 
36
- ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
 
 
 
 
 
 
 
39
 
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
-
167
- #### Software
168
-
169
- [More Information Needed]
170
-
171
- ## Citation [optional]
172
-
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
-
175
- **BibTeX:**
176
-
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
-
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
-
193
- ## Model Card Authors [optional]
194
-
195
- [More Information Needed]
196
-
197
- ## Model Card Contact
198
-
199
- [More Information Needed]
200
 
 
201
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - vision
4
+ - image-segmentation
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: segformer-b4-wall
8
+ results: []
9
  ---
10
 
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
 
14
+ # segformer-b4-wall
15
 
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1537
19
+ - Mean Accuracy: 0.9448
20
+ - Mean Iou: 0.8993
21
+ - Overall Accuracy: 0.9558
22
+ - Per Category Accuracy: [0.9648476610683054, 0.9680509025433003, 0.9015647356112896, nan]
23
+ - Per Category Iou: [0.9294668192886654, 0.9344825387850888, 0.8340281823830938, nan]
24
 
25
+ ## Model description
26
 
27
+ More information needed
28
 
29
+ ## Intended uses & limitations
30
 
31
+ More information needed
32
 
33
+ ## Training and evaluation data
34
 
35
+ More information needed
 
 
 
 
 
 
36
 
37
+ ## Training procedure
38
 
39
+ ### Training hyperparameters
40
 
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 6e-05
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 64
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 50
49
 
50
+ ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Mean Accuracy | Mean Iou | Overall Accuracy | Per Category Accuracy | Per Category Iou |
53
+ |:-------------:|:-------:|:----:|:---------------:|:-------------:|:--------:|:----------------:|:-----------------------------------------------------------------:|:-----------------------------------------------------------------:|
54
+ | 0.1398 | 5.3476 | 1000 | 0.1477 | 0.9424 | 0.8733 | 0.9420 | [0.9375947027923643, 0.962438818648652, 0.9270677962243152, nan] | [0.9071928258269675, 0.9154732958813474, 0.7971633247503161, nan] |
55
+ | 0.1114 | 10.6952 | 2000 | 0.1329 | 0.9426 | 0.8878 | 0.9498 | [0.9551513266050631, 0.9606741248023447, 0.9120448217426163, nan] | [0.9197608920879746, 0.9255854097692368, 0.818153830444766, nan] |
56
+ | 0.0683 | 16.0428 | 3000 | 0.1353 | 0.9473 | 0.8921 | 0.9516 | [0.9527839457434386, 0.9691455504455139, 0.9198476394516605, nan] | [0.922537499674425, 0.926305870761282, 0.8273726843249476, nan] |
57
+ | 0.0753 | 21.3904 | 4000 | 0.1311 | 0.9437 | 0.8959 | 0.9540 | [0.9633835386385788, 0.9611760655179852, 0.9066569940696604, nan] | [0.9267602358926313, 0.9312805978213234, 0.8297698871401628, nan] |
58
+ | 0.0505 | 26.7380 | 5000 | 0.1397 | 0.9442 | 0.8971 | 0.9545 | [0.9627544499461427, 0.967327419780526, 0.9024453947068249, nan] | [0.9272910775593762, 0.9304849186604474, 0.8333807013974415, nan] |
59
+ | 0.0427 | 32.0856 | 6000 | 0.1414 | 0.9455 | 0.8992 | 0.9555 | [0.9640187847053339, 0.9652081246861538, 0.9074073950598316, nan] | [0.9289147168722637, 0.9321577805497577, 0.8366507705917902, nan] |
60
+ | 0.0556 | 37.4332 | 7000 | 0.1477 | 0.9452 | 0.8984 | 0.9552 | [0.9629165900233977, 0.9697602413261539, 0.9029026554269718, nan] | [0.9285106797857617, 0.9331322728249959, 0.833620894806762, nan] |
61
+ | 0.0424 | 42.7807 | 8000 | 0.1484 | 0.9439 | 0.8990 | 0.9557 | [0.9653151526182964, 0.96949089540134, 0.8967977175922358, nan] | [0.9292691886525306, 0.9343666443212755, 0.83323737535253, nan] |
62
+ | 0.053 | 48.1283 | 9000 | 0.1537 | 0.9448 | 0.8993 | 0.9558 | [0.9648476610683054, 0.9680509025433003, 0.9015647356112896, nan] | [0.9294668192886654, 0.9344825387850888, 0.8340281823830938, nan] |
63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
+ ### Framework versions
66
 
67
+ - Transformers 4.40.2
68
+ - Pytorch 2.3.0+cu121
69
+ - Datasets 2.17.0
70
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pretrained_checkpoints/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": "background",
32
+ "1": "wall",
33
+ "3": "ceiling",
34
+ "4": "floor"
35
+ },
36
+ "image_size": 224,
37
+ "initializer_range": 0.02,
38
+ "label2id": {
39
+ "background": 0,
40
+ "ceiling": 3,
41
+ "floor": 4,
42
+ "wall": 1
43
+ },
44
+ "layer_norm_eps": 1e-06,
45
+ "mlp_ratios": [
46
+ 4,
47
+ 4,
48
+ 4,
49
+ 4
50
+ ],
51
+ "model_type": "segformer",
52
+ "num_attention_heads": [
53
+ 1,
54
+ 2,
55
+ 5,
56
+ 8
57
+ ],
58
+ "num_channels": 3,
59
+ "num_encoder_blocks": 4,
60
+ "patch_sizes": [
61
+ 7,
62
+ 3,
63
+ 3,
64
+ 3
65
+ ],
66
+ "reshape_last_stage": true,
67
+ "semantic_loss_ignore_index": 255,
68
+ "sr_ratios": [
69
+ 8,
70
+ 4,
71
+ 2,
72
+ 1
73
+ ],
74
+ "strides": [
75
+ 4,
76
+ 2,
77
+ 2,
78
+ 2
79
+ ],
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.40.2"
82
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88ee82e201503b31030592e35bc14acfa70be6e4bb304ff8804dd44f5fb6d7a
3
+ size 14886832
runs/Jul10_03-31-53_ai04/events.out.tfevents.1720549917.ai04.2388746.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb18257aa5664576e51726a343c0439bd82b0809353368b4a3b2e974d71612d
3
+ size 9897
runs/Jul10_03-37-24_ai04/events.out.tfevents.1720550247.ai04.2390646.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339cf6210a6efc8809b33fca614c2b7cb230a654a18fe80f5907f2e8951e0e3e
3
+ size 879713
runs/Jul10_14-33-06_ai04/events.out.tfevents.1720589587.ai04.2587759.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04b05ee17aa83795898f5e7e73ad5b85ebca23127f927114f1b4472e17282a5b
3
+ size 1136747
runs/Jul16_12-35-28_ai04/events.out.tfevents.1721100931.ai04.2915804.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429b5de49f009a48769fbef8cc9c4f66b7f1946f4188f6a356578736ce02ba29
3
+ size 79547
runs/Jul16_18-12-50_ai04/events.out.tfevents.1721121172.ai04.2915804.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1e20598ebbf9c1089908715298d7535955af4564b09ddf69d169dfc5cd867ae
3
+ size 4184
runs/Jul16_18-18-18_ai04/events.out.tfevents.1721121501.ai04.2933889.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005ff330de8f4bedc956893be9babaf51924019ad56238a82805411656efbfa6
3
+ size 79547
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eafd085b31dc8b433b32142b0c12950d3a36058144c2bb08e28d3b3959fb4a6
3
+ size 5112