sam1120 commited on
Commit
3ce5f94
1 Parent(s): b5d4375

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: parking-utcustom-train-SF-RGBD-b0_1
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-RGBD-b0_1
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.1880
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: 0.0001
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: 150
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.7272 | 20.0 | 20 | 0.8038 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
59
+ | 0.4838 | 40.0 | 40 | 0.3752 | 0.5000 | 0.9999 | 0.9999 | nan | nan | 0.9999 | 0.0 | nan | 0.9999 |
60
+ | 0.4131 | 60.0 | 60 | 0.3152 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
61
+ | 0.3286 | 80.0 | 80 | 0.2614 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
62
+ | 0.2869 | 100.0 | 100 | 0.2312 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
63
+ | 0.2711 | 120.0 | 120 | 0.2012 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
64
+ | 0.2536 | 140.0 | 140 | 0.1880 | 1.0 | 1.0 | 1.0 | nan | nan | 1.0 | nan | nan | 1.0 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.30.2
70
+ - Pytorch 2.0.1+cu117
71
+ - Datasets 2.13.1
72
+ - Tokenizers 0.13.3