whyoke commited on
Commit
c9ce0d8
·
1 Parent(s): 5d28c4f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: segment_50ep
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
+ # segment_50ep
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
+ - eval_loss: 0.0867
18
+ - eval_mean_iou: 0.8941
19
+ - eval_mean_accuracy: 0.9459
20
+ - eval_overall_accuracy: 0.9728
21
+ - eval_per_category_iou: [0.8914159628180123, 0.9397057910334902, 0.784713695838044, 0.9606094621573129]
22
+ - eval_per_category_accuracy: [0.9685998627316403, 0.9696767617484154, 0.8661740631737143, 0.9789942690602516]
23
+ - eval_runtime: 40.9902
24
+ - eval_samples_per_second: 0.976
25
+ - eval_steps_per_second: 0.244
26
+ - epoch: 36.82
27
+ - step: 3240
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 6e-05
47
+ - train_batch_size: 4
48
+ - eval_batch_size: 4
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 50
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.26.1
57
+ - Pytorch 1.13.0
58
+ - Datasets 2.10.1
59
+ - Tokenizers 0.13.2