Patnev71 commited on
Commit
3a88d12
·
verified ·
1 Parent(s): 3f477d6

End of training

Browse files
Files changed (4) hide show
  1. README.md +169 -195
  2. config.json +78 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md CHANGED
@@ -1,199 +1,173 @@
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]
 
1
  ---
2
  library_name: transformers
3
+ license: other
4
+ base_model: nvidia/mit-b0
5
+ tags:
6
+ - vision
7
+ - image-segmentation
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: segformer-b0-finetuned-floorplan
11
+ results: []
12
  ---
13
 
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # segformer-b0-finetuned-floorplan
18
+
19
+ This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the patnev71/floorplan dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0034
22
+ - Mean Iou: 0.0
23
+ - Mean Accuracy: nan
24
+ - Overall Accuracy: nan
25
+ - Accuracy Background: nan
26
+ - Accuracy Room: nan
27
+ - Iou Background: 0.0
28
+ - Iou Room: 0.0
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 6e-05
48
+ - train_batch_size: 2
49
+ - eval_batch_size: 2
50
+ - seed: 42
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 50
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Background | Accuracy Room | Iou Background | Iou Room |
58
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-------------------:|:-------------:|:--------------:|:--------:|
59
+ | 0.4537 | 0.4651 | 20 | 0.5128 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
60
+ | 0.2352 | 0.9302 | 40 | 0.3004 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
61
+ | 0.215 | 1.3953 | 60 | 0.1865 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
62
+ | 0.149 | 1.8605 | 80 | 0.1596 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
63
+ | 0.1142 | 2.3256 | 100 | 0.1121 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
64
+ | 0.0981 | 2.7907 | 120 | 0.0978 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
65
+ | 0.09 | 3.2558 | 140 | 0.0726 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
66
+ | 0.0631 | 3.7209 | 160 | 0.0562 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
67
+ | 0.0558 | 4.1860 | 180 | 0.0542 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
68
+ | 0.0446 | 4.6512 | 200 | 0.0439 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
69
+ | 0.0481 | 5.1163 | 220 | 0.0397 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
70
+ | 0.0323 | 5.5814 | 240 | 0.0398 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
71
+ | 0.0323 | 6.0465 | 260 | 0.0302 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
72
+ | 0.0235 | 6.5116 | 280 | 0.0352 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
73
+ | 0.024 | 6.9767 | 300 | 0.0331 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
74
+ | 0.0211 | 7.4419 | 320 | 0.0258 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
75
+ | 0.0193 | 7.9070 | 340 | 0.0202 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
76
+ | 0.0198 | 8.3721 | 360 | 0.0194 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
77
+ | 0.0185 | 8.8372 | 380 | 0.0219 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
78
+ | 0.0209 | 9.3023 | 400 | 0.0188 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
79
+ | 0.014 | 9.7674 | 420 | 0.0187 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
80
+ | 0.0124 | 10.2326 | 440 | 0.0165 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
81
+ | 0.0125 | 10.6977 | 460 | 0.0141 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
82
+ | 0.0117 | 11.1628 | 480 | 0.0157 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
83
+ | 0.0139 | 11.6279 | 500 | 0.0124 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
84
+ | 0.0111 | 12.0930 | 520 | 0.0151 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
85
+ | 0.0121 | 12.5581 | 540 | 0.0132 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
86
+ | 0.008 | 13.0233 | 560 | 0.0116 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
87
+ | 0.0097 | 13.4884 | 580 | 0.0127 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
88
+ | 0.0122 | 13.9535 | 600 | 0.0116 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
89
+ | 0.0063 | 14.4186 | 620 | 0.0118 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
90
+ | 0.0096 | 14.8837 | 640 | 0.0102 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
91
+ | 0.0094 | 15.3488 | 660 | 0.0111 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
92
+ | 0.0073 | 15.8140 | 680 | 0.0100 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
93
+ | 0.0062 | 16.2791 | 700 | 0.0103 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
94
+ | 0.0051 | 16.7442 | 720 | 0.0085 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
95
+ | 0.0055 | 17.2093 | 740 | 0.0097 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
96
+ | 0.0074 | 17.6744 | 760 | 0.0107 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
97
+ | 0.0067 | 18.1395 | 780 | 0.0073 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
98
+ | 0.005 | 18.6047 | 800 | 0.0076 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
99
+ | 0.0049 | 19.0698 | 820 | 0.0086 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
100
+ | 0.0044 | 19.5349 | 840 | 0.0064 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
101
+ | 0.0052 | 20.0 | 860 | 0.0076 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
102
+ | 0.0055 | 20.4651 | 880 | 0.0072 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
103
+ | 0.0075 | 20.9302 | 900 | 0.0089 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
104
+ | 0.0049 | 21.3953 | 920 | 0.0061 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
105
+ | 0.0057 | 21.8605 | 940 | 0.0074 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
106
+ | 0.0042 | 22.3256 | 960 | 0.0066 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
107
+ | 0.0038 | 22.7907 | 980 | 0.0073 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
108
+ | 0.0049 | 23.2558 | 1000 | 0.0061 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
109
+ | 0.0039 | 23.7209 | 1020 | 0.0042 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
110
+ | 0.0037 | 24.1860 | 1040 | 0.0053 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
111
+ | 0.0032 | 24.6512 | 1060 | 0.0063 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
112
+ | 0.0034 | 25.1163 | 1080 | 0.0060 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
113
+ | 0.0032 | 25.5814 | 1100 | 0.0063 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
114
+ | 0.0047 | 26.0465 | 1120 | 0.0061 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
115
+ | 0.003 | 26.5116 | 1140 | 0.0061 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
116
+ | 0.0027 | 26.9767 | 1160 | 0.0058 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
117
+ | 0.0025 | 27.4419 | 1180 | 0.0061 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
118
+ | 0.0053 | 27.9070 | 1200 | 0.0054 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
119
+ | 0.0039 | 28.3721 | 1220 | 0.0069 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
120
+ | 0.0025 | 28.8372 | 1240 | 0.0062 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
121
+ | 0.0026 | 29.3023 | 1260 | 0.0044 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
122
+ | 0.0028 | 29.7674 | 1280 | 0.0063 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
123
+ | 0.0022 | 30.2326 | 1300 | 0.0061 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
124
+ | 0.0028 | 30.6977 | 1320 | 0.0054 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
125
+ | 0.0025 | 31.1628 | 1340 | 0.0052 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
126
+ | 0.0034 | 31.6279 | 1360 | 0.0056 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
127
+ | 0.0029 | 32.0930 | 1380 | 0.0054 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
128
+ | 0.0024 | 32.5581 | 1400 | 0.0050 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
129
+ | 0.0028 | 33.0233 | 1420 | 0.0051 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
130
+ | 0.0022 | 33.4884 | 1440 | 0.0054 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
131
+ | 0.0022 | 33.9535 | 1460 | 0.0033 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
132
+ | 0.0032 | 34.4186 | 1480 | 0.0038 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
133
+ | 0.0029 | 34.8837 | 1500 | 0.0042 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
134
+ | 0.0019 | 35.3488 | 1520 | 0.0042 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
135
+ | 0.0025 | 35.8140 | 1540 | 0.0042 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
136
+ | 0.003 | 36.2791 | 1560 | 0.0035 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
137
+ | 0.0023 | 36.7442 | 1580 | 0.0041 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
138
+ | 0.002 | 37.2093 | 1600 | 0.0038 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
139
+ | 0.0022 | 37.6744 | 1620 | 0.0043 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
140
+ | 0.0027 | 38.1395 | 1640 | 0.0034 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
141
+ | 0.0019 | 38.6047 | 1660 | 0.0034 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
142
+ | 0.0025 | 39.0698 | 1680 | 0.0033 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
143
+ | 0.0019 | 39.5349 | 1700 | 0.0039 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
144
+ | 0.0022 | 40.0 | 1720 | 0.0036 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
145
+ | 0.0015 | 40.4651 | 1740 | 0.0037 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
146
+ | 0.0025 | 40.9302 | 1760 | 0.0039 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
147
+ | 0.0022 | 41.3953 | 1780 | 0.0040 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
148
+ | 0.0018 | 41.8605 | 1800 | 0.0036 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
149
+ | 0.0019 | 42.3256 | 1820 | 0.0031 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
150
+ | 0.0028 | 42.7907 | 1840 | 0.0035 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
151
+ | 0.0022 | 43.2558 | 1860 | 0.0035 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
152
+ | 0.0015 | 43.7209 | 1880 | 0.0030 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
153
+ | 0.002 | 44.1860 | 1900 | 0.0030 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
154
+ | 0.0018 | 44.6512 | 1920 | 0.0031 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
155
+ | 0.0017 | 45.1163 | 1940 | 0.0034 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
156
+ | 0.0025 | 45.5814 | 1960 | 0.0037 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
157
+ | 0.0019 | 46.0465 | 1980 | 0.0039 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
158
+ | 0.0016 | 46.5116 | 2000 | 0.0035 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
159
+ | 0.0024 | 46.9767 | 2020 | 0.0037 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
160
+ | 0.0018 | 47.4419 | 2040 | 0.0034 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
161
+ | 0.0032 | 47.9070 | 2060 | 0.0035 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
162
+ | 0.002 | 48.3721 | 2080 | 0.0034 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
163
+ | 0.0018 | 48.8372 | 2100 | 0.0037 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
164
+ | 0.002 | 49.3023 | 2120 | 0.0035 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
165
+ | 0.0019 | 49.7674 | 2140 | 0.0034 | 0.0 | nan | nan | nan | nan | 0.0 | 0.0 |
166
+
167
+
168
+ ### Framework versions
169
+
170
+ - Transformers 4.47.1
171
+ - Pytorch 2.5.1+cu121
172
+ - Datasets 3.2.0
173
+ - Tokenizers 0.21.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Background",
32
+ "1": "Room"
33
+ },
34
+ "image_size": 224,
35
+ "initializer_range": 0.02,
36
+ "label2id": {
37
+ "Background": 0,
38
+ "Room": 1
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.47.1"
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dc6dbc12b8672b41515bb635c947252ce9e1a24df0b0b97b37c969179d21a0a
3
+ size 14884776
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce23a926fb2054daa311152807ec6b31dfdbd6a9dbae85b8b7de1231bfac5e2
3
+ size 5368