Spatiallysaying commited on
Commit
85ab595
1 Parent(s): 54c3e7d

Model save

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: nvidia/mit-b0
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: segformer-finetuned-obb-1k-steps
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-finetuned-obb-1k-steps
15
+
16
+ This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0511
19
+ - Mean Iou: 0.2238
20
+ - Mean Accuracy: 0.4477
21
+ - Overall Accuracy: 0.4477
22
+ - Accuracy Backgound : nan
23
+ - Accuracy Rwy Obb: 0.4477
24
+ - Iou Backgound : 0.0
25
+ - Iou Rwy Obb: 0.4477
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 6e-05
45
+ - train_batch_size: 2
46
+ - eval_batch_size: 2
47
+ - seed: 1337
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: polynomial
50
+ - training_steps: 1000
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Backgound | Accuracy Rwy Obb | Iou Backgound | Iou Rwy Obb |
55
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:--------------------:|:----------------:|:---------------:|:-----------:|
56
+ | 0.3927 | 1.0 | 173 | 0.1096 | 0.1590 | 0.3180 | 0.3180 | nan | 0.3180 | 0.0 | 0.3180 |
57
+ | 0.0969 | 2.0 | 346 | 0.0704 | 0.2112 | 0.4224 | 0.4224 | nan | 0.4224 | 0.0 | 0.4224 |
58
+ | 0.0651 | 3.0 | 519 | 0.0598 | 0.2186 | 0.4371 | 0.4371 | nan | 0.4371 | 0.0 | 0.4371 |
59
+ | 0.0576 | 4.0 | 692 | 0.0530 | 0.2250 | 0.4500 | 0.4500 | nan | 0.4500 | 0.0 | 0.4500 |
60
+ | 0.0531 | 5.0 | 865 | 0.0529 | 0.2212 | 0.4424 | 0.4424 | nan | 0.4424 | 0.0 | 0.4424 |
61
+ | 0.0467 | 5.7803 | 1000 | 0.0511 | 0.2238 | 0.4477 | 0.4477 | nan | 0.4477 | 0.0 | 0.4477 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.43.0.dev0
67
+ - Pytorch 2.3.0+cu121
68
+ - Datasets 2.20.0
69
+ - Tokenizers 0.19.1