PushkarA07 commited on
Commit
645bc04
1 Parent(s): 7806245

End of training

Browse files
Files changed (4) hide show
  1. README.md +198 -195
  2. config.json +76 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md CHANGED
@@ -1,199 +1,202 @@
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-oldapp-oct-1
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-oldapp-oct-1
18
+
19
+ This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the PushkarA07/oldapptiles5 dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0968
22
+ - Mean Iou: 0.9990
23
+ - Mean Accuracy: 1.0
24
+ - Overall Accuracy: 1.0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 6e-05
44
+ - train_batch_size: 2
45
+ - eval_batch_size: 2
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 100
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy |
54
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|:-------------:|:----------------:|
55
+ | 0.6574 | 0.7143 | 10 | 0.6497 | 0.9990 | 1.0 | 1.0 |
56
+ | 0.6005 | 1.4286 | 20 | 0.5761 | 0.9990 | 1.0 | 1.0 |
57
+ | 0.5676 | 2.1429 | 30 | 0.4740 | 0.9990 | 1.0 | 1.0 |
58
+ | 0.6287 | 2.8571 | 40 | 0.4394 | 0.9990 | 1.0 | 1.0 |
59
+ | 0.5121 | 3.5714 | 50 | 0.4173 | 0.9990 | 1.0 | 1.0 |
60
+ | 0.4744 | 4.2857 | 60 | 0.3842 | 0.9990 | 1.0 | 1.0 |
61
+ | 0.4413 | 5.0 | 70 | 0.4107 | 0.9990 | 1.0 | 1.0 |
62
+ | 0.4134 | 5.7143 | 80 | 0.3737 | 0.9990 | 1.0 | 1.0 |
63
+ | 0.4139 | 6.4286 | 90 | 0.3424 | 0.9990 | 1.0 | 1.0 |
64
+ | 0.4097 | 7.1429 | 100 | 0.3248 | 0.9990 | 1.0 | 1.0 |
65
+ | 0.3645 | 7.8571 | 110 | 0.3218 | 0.9990 | 1.0 | 1.0 |
66
+ | 0.3287 | 8.5714 | 120 | 0.2928 | 0.9990 | 1.0 | 1.0 |
67
+ | 0.3113 | 9.2857 | 130 | 0.3021 | 0.9990 | 1.0 | 1.0 |
68
+ | 0.3085 | 10.0 | 140 | 0.2962 | 0.9990 | 1.0 | 1.0 |
69
+ | 0.2879 | 10.7143 | 150 | 0.2596 | 0.9990 | 1.0 | 1.0 |
70
+ | 0.2958 | 11.4286 | 160 | 0.2409 | 0.9990 | 1.0 | 1.0 |
71
+ | 0.2788 | 12.1429 | 170 | 0.2396 | 0.9990 | 1.0 | 1.0 |
72
+ | 0.2565 | 12.8571 | 180 | 0.2076 | 0.9990 | 1.0 | 1.0 |
73
+ | 0.2457 | 13.5714 | 190 | 0.2184 | 0.9990 | 1.0 | 1.0 |
74
+ | 0.2328 | 14.2857 | 200 | 0.1962 | 0.9990 | 1.0 | 1.0 |
75
+ | 0.1916 | 15.0 | 210 | 0.2003 | 0.9990 | 1.0 | 1.0 |
76
+ | 0.3277 | 15.7143 | 220 | 0.1875 | 0.9990 | 1.0 | 1.0 |
77
+ | 0.2053 | 16.4286 | 230 | 0.1718 | 0.9990 | 1.0 | 1.0 |
78
+ | 0.2555 | 17.1429 | 240 | 0.1571 | 0.9990 | 1.0 | 1.0 |
79
+ | 0.1863 | 17.8571 | 250 | 0.1546 | 0.9990 | 1.0 | 1.0 |
80
+ | 0.1944 | 18.5714 | 260 | 0.1503 | 0.9990 | 1.0 | 1.0 |
81
+ | 0.2652 | 19.2857 | 270 | 0.1456 | 0.9990 | 1.0 | 1.0 |
82
+ | 0.1614 | 20.0 | 280 | 0.1442 | 0.9990 | 1.0 | 1.0 |
83
+ | 0.139 | 20.7143 | 290 | 0.1413 | 0.9990 | 1.0 | 1.0 |
84
+ | 0.1631 | 21.4286 | 300 | 0.1308 | 0.9990 | 1.0 | 1.0 |
85
+ | 0.1988 | 22.1429 | 310 | 0.1256 | 0.9990 | 1.0 | 1.0 |
86
+ | 0.1294 | 22.8571 | 320 | 0.1190 | 0.9990 | 1.0 | 1.0 |
87
+ | 0.1174 | 23.5714 | 330 | 0.1185 | 0.9990 | 1.0 | 1.0 |
88
+ | 0.1287 | 24.2857 | 340 | 0.1251 | 0.9990 | 1.0 | 1.0 |
89
+ | 0.1322 | 25.0 | 350 | 0.1308 | 0.9990 | 1.0 | 1.0 |
90
+ | 0.1667 | 25.7143 | 360 | 0.1215 | 0.9990 | 1.0 | 1.0 |
91
+ | 0.1095 | 26.4286 | 370 | 0.1226 | 0.9990 | 1.0 | 1.0 |
92
+ | 0.1992 | 27.1429 | 380 | 0.1331 | 0.9990 | 1.0 | 1.0 |
93
+ | 0.1987 | 27.8571 | 390 | 0.1174 | 0.9990 | 1.0 | 1.0 |
94
+ | 0.1587 | 28.5714 | 400 | 0.1162 | 0.9990 | 1.0 | 1.0 |
95
+ | 0.1043 | 29.2857 | 410 | 0.1161 | 0.9990 | 1.0 | 1.0 |
96
+ | 0.1073 | 30.0 | 420 | 0.1112 | 0.9990 | 1.0 | 1.0 |
97
+ | 0.14 | 30.7143 | 430 | 0.1279 | 0.9990 | 1.0 | 1.0 |
98
+ | 0.1183 | 31.4286 | 440 | 0.1361 | 0.9990 | 1.0 | 1.0 |
99
+ | 0.1096 | 32.1429 | 450 | 0.1430 | 0.9990 | 1.0 | 1.0 |
100
+ | 0.0957 | 32.8571 | 460 | 0.1397 | 0.9990 | 1.0 | 1.0 |
101
+ | 0.1605 | 33.5714 | 470 | 0.1436 | 0.9990 | 1.0 | 1.0 |
102
+ | 0.0837 | 34.2857 | 480 | 0.1163 | 0.9990 | 1.0 | 1.0 |
103
+ | 0.1032 | 35.0 | 490 | 0.1223 | 0.9990 | 1.0 | 1.0 |
104
+ | 0.1815 | 35.7143 | 500 | 0.0829 | 0.9990 | 1.0 | 1.0 |
105
+ | 0.0762 | 36.4286 | 510 | 0.1128 | 0.9990 | 1.0 | 1.0 |
106
+ | 0.0754 | 37.1429 | 520 | 0.1676 | 0.9990 | 1.0 | 1.0 |
107
+ | 0.0883 | 37.8571 | 530 | 0.1639 | 0.9990 | 1.0 | 1.0 |
108
+ | 0.0721 | 38.5714 | 540 | 0.1843 | 0.9990 | 1.0 | 1.0 |
109
+ | 0.0703 | 39.2857 | 550 | 0.1493 | 0.9990 | 1.0 | 1.0 |
110
+ | 0.0766 | 40.0 | 560 | 0.1616 | 0.9990 | 1.0 | 1.0 |
111
+ | 0.0636 | 40.7143 | 570 | 0.1292 | 0.9990 | 1.0 | 1.0 |
112
+ | 0.0771 | 41.4286 | 580 | 0.1087 | 0.9990 | 1.0 | 1.0 |
113
+ | 0.1019 | 42.1429 | 590 | 0.1540 | 0.9990 | 1.0 | 1.0 |
114
+ | 0.0734 | 42.8571 | 600 | 0.1639 | 0.9990 | 1.0 | 1.0 |
115
+ | 0.0504 | 43.5714 | 610 | 0.1544 | 0.9990 | 1.0 | 1.0 |
116
+ | 0.0606 | 44.2857 | 620 | 0.1403 | 0.9990 | 1.0 | 1.0 |
117
+ | 0.0925 | 45.0 | 630 | 0.1664 | 0.9990 | 1.0 | 1.0 |
118
+ | 0.0584 | 45.7143 | 640 | 0.1589 | 0.9990 | 1.0 | 1.0 |
119
+ | 0.0662 | 46.4286 | 650 | 0.1696 | 0.9990 | 1.0 | 1.0 |
120
+ | 0.0537 | 47.1429 | 660 | 0.1487 | 0.9990 | 1.0 | 1.0 |
121
+ | 0.0772 | 47.8571 | 670 | 0.1688 | 0.9990 | 1.0 | 1.0 |
122
+ | 0.0529 | 48.5714 | 680 | 0.1637 | 0.9990 | 1.0 | 1.0 |
123
+ | 0.0538 | 49.2857 | 690 | 0.1573 | 0.9990 | 1.0 | 1.0 |
124
+ | 0.045 | 50.0 | 700 | 0.1661 | 0.9990 | 1.0 | 1.0 |
125
+ | 0.0588 | 50.7143 | 710 | 0.1824 | 0.9990 | 1.0 | 1.0 |
126
+ | 0.0482 | 51.4286 | 720 | 0.1653 | 0.9990 | 1.0 | 1.0 |
127
+ | 0.0811 | 52.1429 | 730 | 0.1579 | 0.9990 | 1.0 | 1.0 |
128
+ | -0.0544 | 52.8571 | 740 | 0.1355 | 0.9990 | 1.0 | 1.0 |
129
+ | 0.0463 | 53.5714 | 750 | 0.1514 | 0.9990 | 1.0 | 1.0 |
130
+ | 0.0465 | 54.2857 | 760 | 0.1259 | 0.9990 | 1.0 | 1.0 |
131
+ | 0.0798 | 55.0 | 770 | 0.1504 | 0.9990 | 1.0 | 1.0 |
132
+ | -0.042 | 55.7143 | 780 | 0.1638 | 0.9990 | 1.0 | 1.0 |
133
+ | -0.2192 | 56.4286 | 790 | 0.1666 | 0.9990 | 1.0 | 1.0 |
134
+ | 0.0365 | 57.1429 | 800 | 0.1834 | 0.9990 | 1.0 | 1.0 |
135
+ | 0.0765 | 57.8571 | 810 | 0.1456 | 0.9990 | 1.0 | 1.0 |
136
+ | 0.0552 | 58.5714 | 820 | 0.1491 | 0.9990 | 1.0 | 1.0 |
137
+ | 0.0375 | 59.2857 | 830 | 0.1515 | 0.9990 | 1.0 | 1.0 |
138
+ | 0.0499 | 60.0 | 840 | 0.1082 | 0.9990 | 1.0 | 1.0 |
139
+ | 0.0787 | 60.7143 | 850 | 0.1422 | 0.9990 | 1.0 | 1.0 |
140
+ | 0.0562 | 61.4286 | 860 | 0.1337 | 0.9990 | 1.0 | 1.0 |
141
+ | 0.0623 | 62.1429 | 870 | 0.1399 | 0.9990 | 1.0 | 1.0 |
142
+ | 0.0966 | 62.8571 | 880 | 0.1412 | 0.9990 | 1.0 | 1.0 |
143
+ | 0.0811 | 63.5714 | 890 | 0.1311 | 0.9990 | 1.0 | 1.0 |
144
+ | 0.0496 | 64.2857 | 900 | 0.1591 | 0.9990 | 1.0 | 1.0 |
145
+ | 0.0447 | 65.0 | 910 | 0.1587 | 0.9990 | 1.0 | 1.0 |
146
+ | 0.0345 | 65.7143 | 920 | 0.1637 | 0.9990 | 1.0 | 1.0 |
147
+ | 0.0637 | 66.4286 | 930 | 0.1427 | 0.9990 | 1.0 | 1.0 |
148
+ | 0.0644 | 67.1429 | 940 | 0.1611 | 0.9990 | 1.0 | 1.0 |
149
+ | 0.0779 | 67.8571 | 950 | 0.1566 | 0.9990 | 1.0 | 1.0 |
150
+ | 0.0417 | 68.5714 | 960 | 0.1488 | 0.9990 | 1.0 | 1.0 |
151
+ | 0.0969 | 69.2857 | 970 | 0.1577 | 0.9990 | 1.0 | 1.0 |
152
+ | 0.0452 | 70.0 | 980 | 0.1166 | 0.9990 | 1.0 | 1.0 |
153
+ | 0.0373 | 70.7143 | 990 | 0.1429 | 0.9990 | 1.0 | 1.0 |
154
+ | 0.0438 | 71.4286 | 1000 | 0.1425 | 0.9990 | 1.0 | 1.0 |
155
+ | 0.0606 | 72.1429 | 1010 | 0.1238 | 0.9990 | 1.0 | 1.0 |
156
+ | 0.0389 | 72.8571 | 1020 | 0.1284 | 0.9990 | 1.0 | 1.0 |
157
+ | 0.0402 | 73.5714 | 1030 | 0.1350 | 0.9990 | 1.0 | 1.0 |
158
+ | 0.0349 | 74.2857 | 1040 | 0.1583 | 0.9990 | 1.0 | 1.0 |
159
+ | 0.031 | 75.0 | 1050 | 0.1563 | 0.9990 | 1.0 | 1.0 |
160
+ | 0.0501 | 75.7143 | 1060 | 0.1501 | 0.9990 | 1.0 | 1.0 |
161
+ | 0.0412 | 76.4286 | 1070 | 0.1417 | 0.9990 | 1.0 | 1.0 |
162
+ | 0.0532 | 77.1429 | 1080 | 0.1456 | 0.9990 | 1.0 | 1.0 |
163
+ | 0.0378 | 77.8571 | 1090 | 0.1059 | 0.9990 | 1.0 | 1.0 |
164
+ | -0.3927 | 78.5714 | 1100 | 0.1200 | 0.9990 | 1.0 | 1.0 |
165
+ | 0.0499 | 79.2857 | 1110 | 0.1396 | 0.9990 | 1.0 | 1.0 |
166
+ | 0.0501 | 80.0 | 1120 | 0.1277 | 0.9990 | 1.0 | 1.0 |
167
+ | 0.0408 | 80.7143 | 1130 | 0.1494 | 0.9990 | 1.0 | 1.0 |
168
+ | 0.0369 | 81.4286 | 1140 | 0.1394 | 0.9990 | 1.0 | 1.0 |
169
+ | 0.0014 | 82.1429 | 1150 | 0.1306 | 0.9990 | 1.0 | 1.0 |
170
+ | 0.0359 | 82.8571 | 1160 | 0.1557 | 0.9990 | 1.0 | 1.0 |
171
+ | -0.4227 | 83.5714 | 1170 | 0.1380 | 0.9990 | 1.0 | 1.0 |
172
+ | 0.0307 | 84.2857 | 1180 | 0.1351 | 0.9990 | 1.0 | 1.0 |
173
+ | 0.0433 | 85.0 | 1190 | 0.1379 | 0.9990 | 1.0 | 1.0 |
174
+ | 0.0407 | 85.7143 | 1200 | 0.1346 | 0.9990 | 1.0 | 1.0 |
175
+ | 0.0247 | 86.4286 | 1210 | 0.1572 | 0.9990 | 1.0 | 1.0 |
176
+ | 0.0498 | 87.1429 | 1220 | 0.1398 | 0.9990 | 1.0 | 1.0 |
177
+ | 0.0399 | 87.8571 | 1230 | 0.1261 | 0.9990 | 1.0 | 1.0 |
178
+ | 0.0354 | 88.5714 | 1240 | 0.0936 | 0.9990 | 1.0 | 1.0 |
179
+ | 0.0336 | 89.2857 | 1250 | 0.1343 | 0.9990 | 1.0 | 1.0 |
180
+ | 0.0291 | 90.0 | 1260 | 0.1410 | 0.9990 | 1.0 | 1.0 |
181
+ | 0.0379 | 90.7143 | 1270 | 0.1520 | 0.9990 | 1.0 | 1.0 |
182
+ | 0.0331 | 91.4286 | 1280 | 0.1490 | 0.9990 | 1.0 | 1.0 |
183
+ | 0.034 | 92.1429 | 1290 | 0.1449 | 0.9990 | 1.0 | 1.0 |
184
+ | 0.0315 | 92.8571 | 1300 | 0.1447 | 0.9990 | 1.0 | 1.0 |
185
+ | 0.0474 | 93.5714 | 1310 | 0.0865 | 0.9990 | 1.0 | 1.0 |
186
+ | 0.0295 | 94.2857 | 1320 | 0.1292 | 0.9990 | 1.0 | 1.0 |
187
+ | 0.0347 | 95.0 | 1330 | 0.1097 | 0.9990 | 1.0 | 1.0 |
188
+ | 0.0315 | 95.7143 | 1340 | 0.1264 | 0.9990 | 1.0 | 1.0 |
189
+ | 0.0427 | 96.4286 | 1350 | 0.1458 | 0.9990 | 1.0 | 1.0 |
190
+ | 0.0072 | 97.1429 | 1360 | 0.1381 | 0.9990 | 1.0 | 1.0 |
191
+ | 0.0481 | 97.8571 | 1370 | 0.1120 | 0.9990 | 1.0 | 1.0 |
192
+ | 0.0312 | 98.5714 | 1380 | 0.1331 | 0.9990 | 1.0 | 1.0 |
193
+ | 0.0617 | 99.2857 | 1390 | 0.1368 | 0.9990 | 1.0 | 1.0 |
194
+ | -0.4803 | 100.0 | 1400 | 0.0968 | 0.9990 | 1.0 | 1.0 |
195
+
196
+
197
+ ### Framework versions
198
+
199
+ - Transformers 4.44.2
200
+ - Pytorch 2.5.0+cu121
201
+ - Datasets 3.1.0
202
+ - Tokenizers 0.19.1
 
 
 
 
 
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": "abnormality"
32
+ },
33
+ "image_size": 224,
34
+ "initializer_range": 0.02,
35
+ "label2id": {
36
+ "abnormality": "1"
37
+ },
38
+ "layer_norm_eps": 1e-06,
39
+ "mlp_ratios": [
40
+ 4,
41
+ 4,
42
+ 4,
43
+ 4
44
+ ],
45
+ "model_type": "segformer",
46
+ "num_attention_heads": [
47
+ 1,
48
+ 2,
49
+ 5,
50
+ 8
51
+ ],
52
+ "num_channels": 3,
53
+ "num_encoder_blocks": 4,
54
+ "patch_sizes": [
55
+ 7,
56
+ 3,
57
+ 3,
58
+ 3
59
+ ],
60
+ "reshape_last_stage": true,
61
+ "semantic_loss_ignore_index": 255,
62
+ "sr_ratios": [
63
+ 8,
64
+ 4,
65
+ 2,
66
+ 1
67
+ ],
68
+ "strides": [
69
+ 4,
70
+ 2,
71
+ 2,
72
+ 2
73
+ ],
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.44.2"
76
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d87e88cb78dc423feb0e45453c90d5ad56db408401f2b25c62c9d8d3a8f74e
3
+ size 14883748
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17cd29ff3114adff8b46ad5a1022a409c47ea3ef39be5f38c4003de01b37b288
3
+ size 5240