TommyClas commited on
Commit
ac50283
·
verified ·
1 Parent(s): ce2165c

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
3
  license: other
4
  base_model: nvidia/mit-b0
5
  tags:
 
 
6
  - generated_from_trainer
7
  model-index:
8
  - name: phaseseg_models
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # phaseseg_models
16
 
17
- This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.0372
20
  - Mean Iou: 0.9744
 
3
  license: other
4
  base_model: nvidia/mit-b0
5
  tags:
6
+ - image-segmentation
7
+ - vision
8
  - generated_from_trainer
9
  model-index:
10
  - name: phaseseg_models
 
16
 
17
  # phaseseg_models
18
 
19
+ This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the TommyClas/phase_seg dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.0372
22
  - Mean Iou: 0.9744
all_results.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 200.0,
3
+ "eval_accuracy_\u5176\u4ed6\u6c34\u5316\u7269": 0.9886675467942931,
4
+ "eval_accuracy_\u5b54\u9699": 0.989316704492472,
5
+ "eval_accuracy_\u672a\u6c34\u5316\u6c34\u6ce5\u9897\u7c92": 0.9806369082847917,
6
+ "eval_accuracy_\u6c22\u6c27\u5316\u9499": 0.9900781566029906,
7
+ "eval_accuracy_\u80cc\u666f": NaN,
8
+ "eval_iou_\u5176\u4ed6\u6c34\u5316\u7269": 0.9782279382295338,
9
+ "eval_iou_\u5b54\u9699": 0.9695048668829725,
10
+ "eval_iou_\u672a\u6c34\u5316\u6c34\u6ce5\u9897\u7c92": 0.9730225146640659,
11
+ "eval_iou_\u6c22\u6c27\u5316\u9499": 0.9767085912455425,
12
+ "eval_iou_\u80cc\u666f": NaN,
13
+ "eval_loss": 0.037199750542640686,
14
+ "eval_mean_accuracy": 0.9871748290436368,
15
+ "eval_mean_iou": 0.9743659777555287,
16
+ "eval_overall_accuracy": 0.9869468669047343,
17
+ "eval_runtime": 12.9029,
18
+ "eval_samples_per_second": 7.75,
19
+ "eval_steps_per_second": 1.008,
20
+ "total_flos": 1.40252748447744e+18,
21
+ "train_loss": 0.0196058931350708,
22
+ "train_runtime": 6623.9714,
23
+ "train_samples_per_second": 12.077,
24
+ "train_steps_per_second": 1.51
25
+ }
eval_results.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 200.0,
3
+ "eval_accuracy_\u5176\u4ed6\u6c34\u5316\u7269": 0.9886675467942931,
4
+ "eval_accuracy_\u5b54\u9699": 0.989316704492472,
5
+ "eval_accuracy_\u672a\u6c34\u5316\u6c34\u6ce5\u9897\u7c92": 0.9806369082847917,
6
+ "eval_accuracy_\u6c22\u6c27\u5316\u9499": 0.9900781566029906,
7
+ "eval_accuracy_\u80cc\u666f": NaN,
8
+ "eval_iou_\u5176\u4ed6\u6c34\u5316\u7269": 0.9782279382295338,
9
+ "eval_iou_\u5b54\u9699": 0.9695048668829725,
10
+ "eval_iou_\u672a\u6c34\u5316\u6c34\u6ce5\u9897\u7c92": 0.9730225146640659,
11
+ "eval_iou_\u6c22\u6c27\u5316\u9499": 0.9767085912455425,
12
+ "eval_iou_\u80cc\u666f": NaN,
13
+ "eval_loss": 0.037199750542640686,
14
+ "eval_mean_accuracy": 0.9871748290436368,
15
+ "eval_mean_iou": 0.9743659777555287,
16
+ "eval_overall_accuracy": 0.9869468669047343,
17
+ "eval_runtime": 12.9029,
18
+ "eval_samples_per_second": 7.75,
19
+ "eval_steps_per_second": 1.008
20
+ }
runs/Apr19_08-14-58_91e999812272/events.out.tfevents.1745057168.91e999812272.8247.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e3d127ac9bd6d08617582d41f8815ed417b66130af2fdd7f85064cf42f12494
3
+ size 1153
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 200.0,
3
+ "total_flos": 1.40252748447744e+18,
4
+ "train_loss": 0.0196058931350708,
5
+ "train_runtime": 6623.9714,
6
+ "train_samples_per_second": 12.077,
7
+ "train_steps_per_second": 1.51
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff