gokceKy commited on
Commit
ab2bb86
·
verified ·
1 Parent(s): c7a73bd

End of training

Browse files
Files changed (4) hide show
  1. README.md +26 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -17,6 +17,27 @@ should probably proofread and complete it, then remove this comment. -->
17
  # earthquake
18
 
19
  This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the gokceKy/earthquake dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## Model description
22
 
@@ -41,10 +62,14 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
- - num_epochs: 2
45
 
46
  ### Training results
47
 
 
 
 
 
48
 
49
 
50
  ### Framework versions
 
17
  # earthquake
18
 
19
  This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the gokceKy/earthquake dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.6395
22
+ - Mean Iou: 0.1763
23
+ - Mean Accuracy: 0.4255
24
+ - Overall Accuracy: 0.6211
25
+ - Accuracy Background: nan
26
+ - Accuracy Car: nan
27
+ - Accuracy Earthquake-roads: 0.4591
28
+ - Accuracy Other: 0.8175
29
+ - Accuracy Road: 0.0
30
+ - Accuracy Road-cracks: nan
31
+ - Accuracy Sky: nan
32
+ - Accuracy Wall: nan
33
+ - Iou Background: 0.0
34
+ - Iou Car: 0.0
35
+ - Iou Earthquake-roads: 0.4499
36
+ - Iou Other: 0.7841
37
+ - Iou Road: 0.0
38
+ - Iou Road-cracks: 0.0
39
+ - Iou Sky: 0.0
40
+ - Iou Wall: nan
41
 
42
  ## Model description
43
 
 
62
  - seed: 42
63
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
64
  - lr_scheduler_type: linear
65
+ - num_epochs: 5
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Background | Accuracy Car | Accuracy Earthquake-roads | Accuracy Other | Accuracy Road | Accuracy Road-cracks | Accuracy Sky | Accuracy Wall | Iou Background | Iou Car | Iou Earthquake-roads | Iou Other | Iou Road | Iou Road-cracks | Iou Sky | Iou Wall |
70
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-------------------:|:------------:|:-------------------------:|:--------------:|:-------------:|:--------------------:|:------------:|:-------------:|:--------------:|:-------:|:--------------------:|:---------:|:--------:|:---------------:|:-------:|:--------:|
71
+ | 1.0736 | 2.5 | 5 | 1.6917 | 0.1818 | 0.3763 | 0.5984 | nan | nan | 0.3113 | 0.8176 | 0.0 | nan | nan | nan | 0.0 | 0.0 | 0.3077 | 0.7830 | 0.0 | 0.0 | nan | nan |
72
+ | 0.8949 | 5.0 | 10 | 1.6395 | 0.1763 | 0.4255 | 0.6211 | nan | nan | 0.4591 | 0.8175 | 0.0 | nan | nan | nan | 0.0 | 0.0 | 0.4499 | 0.7841 | 0.0 | 0.0 | 0.0 | nan |
73
 
74
 
75
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "nvidia/mit-b0",
3
  "architectures": [
4
  "SegformerForSemanticSegmentation"
5
  ],
 
1
  {
2
+ "_name_or_path": "gokceKy/earthquake",
3
  "architectures": [
4
  "SegformerForSemanticSegmentation"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89e5db610c37eca878df3e251906005bd97b18e7224259db119e671281af72ab
3
  size 14890952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f459bf3e475699dbe7616ffb51ed473c66bd41702fd0bf8974ba5da24e9dc2b4
3
  size 14890952
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:568b1b28b3171499e3543eff89f500401703736d220fa43b29535ff29e26c83d
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792d5fc0abee56080e2e2acd7cfdd54c8b46488ea6c4b16845dba139f207254b
3
  size 5304