Efferbach commited on
Commit
efcb92b
·
1 Parent(s): cecefd6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: segformer-finetuned-lane-1k-steps
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # segformer-finetuned-lane-1k-steps
14
+
15
+ This model is a fine-tuned version of [nvidia/segformer-b0-finetuned-cityscapes-512-1024](https://huggingface.co/nvidia/segformer-b0-finetuned-cityscapes-512-1024) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0548
18
+ - Mean Iou: 0.0708
19
+ - Mean Accuracy: 0.1236
20
+ - Overall Accuracy: 0.1217
21
+ - Accuracy Background: nan
22
+ - Accuracy Left: 0.1893
23
+ - Accuracy Right: 0.0578
24
+ - Iou Background: 0.0
25
+ - Iou Left: 0.1581
26
+ - Iou Right: 0.0544
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 6e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 1337
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: polynomial
51
+ - training_steps: 1000
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Background | Accuracy Left | Accuracy Right | Iou Background | Iou Left | Iou Right |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-------------------:|:-------------:|:--------------:|:--------------:|:--------:|:---------:|
57
+ | 0.1 | 1.0 | 308 | 0.0862 | 0.0008 | 0.0013 | 0.0012 | nan | 0.0025 | 0.0 | 0.0 | 0.0025 | 0.0 |
58
+ | 0.0596 | 2.0 | 616 | 0.0597 | 0.0712 | 0.1126 | 0.1132 | nan | 0.0940 | 0.1313 | 0.0 | 0.0907 | 0.1228 |
59
+ | 0.0506 | 3.0 | 924 | 0.0551 | 0.0682 | 0.1171 | 0.1152 | nan | 0.1805 | 0.0536 | 0.0 | 0.1539 | 0.0508 |
60
+ | 0.0494 | 3.25 | 1000 | 0.0548 | 0.0708 | 0.1236 | 0.1217 | nan | 0.1893 | 0.0578 | 0.0 | 0.1581 | 0.0544 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.28.0.dev0
66
+ - Pytorch 2.0.0+cu118
67
+ - Datasets 2.11.0
68
+ - Tokenizers 0.13.3