sam1120 commited on
Commit
e3fce52
·
1 Parent(s): 1f95315

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: parking-utcustom-train-SF-RGB-b0_7
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
+ # parking-utcustom-train-SF-RGB-b0_7
14
+
15
+ This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.3553
18
+ - Mean Iou: 1.0
19
+ - Mean Accuracy: 1.0
20
+ - Overall Accuracy: 1.0
21
+ - Accuracy Unlabeled: nan
22
+ - Accuracy Parking: nan
23
+ - Accuracy Unparking: 1.0
24
+ - Iou Unlabeled: nan
25
+ - Iou Parking: nan
26
+ - Iou Unparking: 1.0
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: 5e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_ratio: 0.05
52
+ - num_epochs: 120
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Unlabeled | Accuracy Parking | Accuracy Unparking | Iou Unlabeled | Iou Parking | Iou Unparking |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:------------------:|:----------------:|:------------------:|:-------------:|:-----------:|:-------------:|
58
+ | 0.8356 | 20.0 | 20 | 0.8943 | 0.3246 | 0.9737 | 0.9737 | nan | nan | 0.9737 | 0.0 | 0.0 | 0.9737 |
59
+ | 0.6536 | 40.0 | 40 | 0.6398 | 0.3294 | 0.9881 | 0.9881 | nan | nan | 0.9881 | 0.0 | 0.0 | 0.9881 |
60
+ | 0.5476 | 60.0 | 60 | 0.4690 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
61
+ | 0.4559 | 80.0 | 80 | 0.3922 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
62
+ | 0.4311 | 100.0 | 100 | 0.3626 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
63
+ | 0.399 | 120.0 | 120 | 0.3553 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.30.2
69
+ - Pytorch 2.0.1+cu117
70
+ - Datasets 2.13.1
71
+ - Tokenizers 0.13.3