Reza2kn commited on
Commit
5534938
·
verified ·
1 Parent(s): 63f0345

Back up Bina 0.2 stream stage 005: training-result.json

Browse files
training-stream/stage-005/training-result.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "bina02.ppocrv6.training-result.v1",
3
+ "finished_at": "2026-07-25T18:13:46.520055+00:00",
4
+ "return_code": 2,
5
+ "successful": true,
6
+ "controlled_early_stop": true,
7
+ "early_stop_reason": "eval plateau: 3 evaluations without 0.0002 improvement",
8
+ "best_accuracy": 0.8496093729257584,
9
+ "best_norm_edit_dis": 0.9881137560335534,
10
+ "best_observed_norm_edit_dis": 0.9880078785722896,
11
+ "baseline_norm_edit_dis": 0.9881137560335534,
12
+ "baseline_accuracy": 0.8496093729257584,
13
+ "baseline_passed": true,
14
+ "best_checkpoint": "/workspace/bina02-ppocr/training/stage-005/best_accuracy.pdparams",
15
+ "evaluations": [
16
+ {
17
+ "index": 1,
18
+ "global_step": 100,
19
+ "accuracy": 0.8491210916769505,
20
+ "norm_edit_dis": 0.9879758574858228,
21
+ "best_norm_edit_dis": 0.9881137560335534,
22
+ "improved": false,
23
+ "non_improvements": 1,
24
+ "drop_from_previous_best": 0.00013789854773060828,
25
+ "divergence_streak": 0,
26
+ "observed_at": "2026-07-25T18:12:59.746563+00:00"
27
+ },
28
+ {
29
+ "index": 2,
30
+ "global_step": 200,
31
+ "accuracy": 0.8491210916769505,
32
+ "norm_edit_dis": 0.9880078785722896,
33
+ "best_norm_edit_dis": 0.9881137560335534,
34
+ "improved": false,
35
+ "non_improvements": 2,
36
+ "drop_from_previous_best": 0.00010587746126389241,
37
+ "divergence_streak": 0,
38
+ "observed_at": "2026-07-25T18:13:23.760472+00:00"
39
+ },
40
+ {
41
+ "index": 3,
42
+ "global_step": 300,
43
+ "accuracy": 0.8491210916769505,
44
+ "norm_edit_dis": 0.9879924388315864,
45
+ "best_norm_edit_dis": 0.9881137560335534,
46
+ "improved": false,
47
+ "non_improvements": 3,
48
+ "drop_from_previous_best": 0.00012131720196706386,
49
+ "divergence_streak": 0,
50
+ "observed_at": "2026-07-25T18:13:45.808198+00:00"
51
+ }
52
+ ],
53
+ "log": "/workspace/bina02-ppocr/training/stage-005/train.log"
54
+ }