SerdarHelli commited on
Commit
c9aaa34
1 Parent(s): cea9e1e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: deprem_satellite_semantic_xview2_large_2
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
+ # deprem_satellite_semantic_xview2_large_2
14
+
15
+ This model is a fine-tuned version of [nvidia/mit-b5](https://huggingface.co/nvidia/mit-b5) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.9892
18
+ - eval_mean_iou: 0.3093
19
+ - eval_mean_accuracy: 0.3576
20
+ - eval_overall_accuracy: 0.9646
21
+ - eval_accuracy_background: 0.9860
22
+ - eval_accuracy_nodamage: 0.8022
23
+ - eval_accuracy_minordamaged: 0.0
24
+ - eval_accuracy_majordamaged: 0.0
25
+ - eval_accuracy_destroyed: 0.0
26
+ - eval_iou_background: 0.9677
27
+ - eval_iou_nodamage: 0.5789
28
+ - eval_iou_minordamaged: 0.0
29
+ - eval_iou_majordamaged: 0.0
30
+ - eval_iou_destroyed: 0.0
31
+ - eval_runtime: 200.8095
32
+ - eval_samples_per_second: 4.646
33
+ - eval_steps_per_second: 4.646
34
+ - epoch: 19.3
35
+ - step: 27000
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 0.0001
55
+ - train_batch_size: 1
56
+ - eval_batch_size: 1
57
+ - seed: 42
58
+ - gradient_accumulation_steps: 2
59
+ - total_train_batch_size: 2
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 25
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.27.0.dev0
67
+ - Pytorch 1.13.1+cu116
68
+ - Datasets 2.9.0
69
+ - Tokenizers 0.13.2