vikp commited on
Commit
5c6f53f
1 Parent(s): c590874

Model save

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: vikp/line_detector_math
3
  tags:
4
  - generated_from_trainer
5
  model-index:
@@ -12,7 +12,15 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # line_detector_math
14
 
15
- This model is a fine-tuned version of [vikp/line_detector_math](https://huggingface.co/vikp/line_detector_math) on an unknown dataset.
 
 
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -41,11 +49,14 @@ The following hyperparameters were used during training:
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: cosine
43
  - lr_scheduler_warmup_ratio: 0.1
44
- - num_epochs: 2
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
 
 
 
49
 
50
 
51
  ### Framework versions
 
1
  ---
2
+ base_model: vikp/line_detector_2
3
  tags:
4
  - generated_from_trainer
5
  model-index:
 
12
 
13
  # line_detector_math
14
 
15
+ This model is a fine-tuned version of [vikp/line_detector_2](https://huggingface.co/vikp/line_detector_2) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1602
18
+ - Heatmap Mean Iou: 92.4902
19
+ - Heatmap Box Count: 40.9407
20
+ - Heatmap Correct Box Count: 41.4774
21
+ - Affinity Mean Iou: 23.9998
22
+ - Affinity Box Count: 218.5248
23
+ - Affinity Correct Box Count: 121.3200
24
 
25
  ## Model description
26
 
 
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: cosine
51
  - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 4
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Heatmap Mean Iou | Heatmap Box Count | Heatmap Correct Box Count | Affinity Mean Iou | Affinity Box Count | Affinity Correct Box Count |
58
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-----------------:|:-------------------------:|:-----------------:|:------------------:|:--------------------------:|
59
+ | 0.1625 | 2.72 | 1000 | 0.1602 | 92.4902 | 40.9407 | 41.4774 | 23.9998 | 218.5248 | 121.3200 |
60
 
61
 
62
  ### Framework versions