Reza2kn commited on
Commit
3611ee2
·
verified ·
1 Parent(s): f4e6f51

Back up Bina 0.2 stream stage 009: status.json

Browse files
training-stream/stage-009/status.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "bina02.ppocrv6.training-status.v1",
3
+ "updated_at": "2026-07-25T19:22:18.816407+00:00",
4
+ "pid": 8216,
5
+ "latest_step": 300,
6
+ "best_accuracy": 0.8496093729257584,
7
+ "best_norm_edit_dis": 0.9881137560335534,
8
+ "best_observed_norm_edit_dis": 0.9878189703684698,
9
+ "pending_stop": "eval plateau: 3 evaluations without 0.0005 improvement",
10
+ "evaluations": [
11
+ {
12
+ "index": 1,
13
+ "global_step": 100,
14
+ "accuracy": 0.846679685432911,
15
+ "norm_edit_dis": 0.9878189703684698,
16
+ "best_norm_edit_dis": 0.9881137560335534,
17
+ "improved": false,
18
+ "non_improvements": 1,
19
+ "drop_from_previous_best": 0.00029478566508367443,
20
+ "divergence_streak": 0,
21
+ "observed_at": "2026-07-25T19:21:32.754210+00:00"
22
+ },
23
+ {
24
+ "index": 2,
25
+ "global_step": 200,
26
+ "accuracy": 0.8457031229352951,
27
+ "norm_edit_dis": 0.9877661599562105,
28
+ "best_norm_edit_dis": 0.9881137560335534,
29
+ "improved": false,
30
+ "non_improvements": 2,
31
+ "drop_from_previous_best": 0.0003475960773429154,
32
+ "divergence_streak": 0,
33
+ "observed_at": "2026-07-25T19:21:54.789413+00:00"
34
+ },
35
+ {
36
+ "index": 3,
37
+ "global_step": 300,
38
+ "accuracy": 0.8459472635596991,
39
+ "norm_edit_dis": 0.9877638686218386,
40
+ "best_norm_edit_dis": 0.9881137560335534,
41
+ "improved": false,
42
+ "non_improvements": 3,
43
+ "drop_from_previous_best": 0.00034988741171482207,
44
+ "divergence_streak": 0,
45
+ "observed_at": "2026-07-25T19:22:18.816326+00:00"
46
+ }
47
+ ]
48
+ }