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

Back up Bina 0.2 stream stage 005: status.json

Browse files
training-stream/stage-005/status.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "bina02.ppocrv6.training-status.v1",
3
+ "updated_at": "2026-07-25T18:13:45.808268+00:00",
4
+ "pid": 115495,
5
+ "latest_step": 300,
6
+ "best_accuracy": 0.8496093729257584,
7
+ "best_norm_edit_dis": 0.9881137560335534,
8
+ "best_observed_norm_edit_dis": 0.9880078785722896,
9
+ "pending_stop": "eval plateau: 3 evaluations without 0.0002 improvement",
10
+ "evaluations": [
11
+ {
12
+ "index": 1,
13
+ "global_step": 100,
14
+ "accuracy": 0.8491210916769505,
15
+ "norm_edit_dis": 0.9879758574858228,
16
+ "best_norm_edit_dis": 0.9881137560335534,
17
+ "improved": false,
18
+ "non_improvements": 1,
19
+ "drop_from_previous_best": 0.00013789854773060828,
20
+ "divergence_streak": 0,
21
+ "observed_at": "2026-07-25T18:12:59.746563+00:00"
22
+ },
23
+ {
24
+ "index": 2,
25
+ "global_step": 200,
26
+ "accuracy": 0.8491210916769505,
27
+ "norm_edit_dis": 0.9880078785722896,
28
+ "best_norm_edit_dis": 0.9881137560335534,
29
+ "improved": false,
30
+ "non_improvements": 2,
31
+ "drop_from_previous_best": 0.00010587746126389241,
32
+ "divergence_streak": 0,
33
+ "observed_at": "2026-07-25T18:13:23.760472+00:00"
34
+ },
35
+ {
36
+ "index": 3,
37
+ "global_step": 300,
38
+ "accuracy": 0.8491210916769505,
39
+ "norm_edit_dis": 0.9879924388315864,
40
+ "best_norm_edit_dis": 0.9881137560335534,
41
+ "improved": false,
42
+ "non_improvements": 3,
43
+ "drop_from_previous_best": 0.00012131720196706386,
44
+ "divergence_streak": 0,
45
+ "observed_at": "2026-07-25T18:13:45.808198+00:00"
46
+ }
47
+ ]
48
+ }