AlmogM commited on
Commit
56b5e76
·
1 Parent(s): fbe656f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: segformer-b0-finetuned-fish-almogm
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-b0-finetuned-fish-almogm
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.0068
18
+ - eval_mean_iou: 0.4831
19
+ - eval_mean_accuracy: 1.0000
20
+ - eval_overall_accuracy: 1.0000
21
+ - eval_accuracy_background: 1.0000
22
+ - eval_accuracy_fish: nan
23
+ - eval_iou_background: 0.9662
24
+ - eval_iou_fish: 0.0
25
+ - eval_runtime: 62.449
26
+ - eval_samples_per_second: 0.801
27
+ - eval_steps_per_second: 0.4
28
+ - epoch: 6.46
29
+ - step: 640
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 6e-05
49
+ - train_batch_size: 2
50
+ - eval_batch_size: 2
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 50
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.26.1
59
+ - Pytorch 1.13.1+cu116
60
+ - Datasets 2.10.0
61
+ - Tokenizers 0.13.2