ishangarg183 commited on
Commit
fb0d8dd
·
verified ·
1 Parent(s): 9595810

Upload metrics/training_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics/training_metrics.json +80 -0
metrics/training_metrics.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epochs": [
3
+ 1,
4
+ 2,
5
+ 3,
6
+ 4
7
+ ],
8
+ "train_loss": [
9
+ 0.6000214145685749,
10
+ 0.11265153196024325,
11
+ 0.09085387371913234,
12
+ 0.07689038032455989
13
+ ],
14
+ "val_loss": [
15
+ 0.11161734657703426,
16
+ 0.10502572467365347,
17
+ 0.09315805618422038,
18
+ 0.08561748965443429
19
+ ],
20
+ "train_fve_base": [
21
+ 0.931490159772393,
22
+ 0.9981207639170333,
23
+ 0.9984629528604608,
24
+ 0.9989468611198354
25
+ ],
26
+ "train_fve_aligned": [
27
+ 0.9298271986732549,
28
+ 0.9963886466418799,
29
+ 0.997647673674515,
30
+ 0.9983849952044156
31
+ ],
32
+ "val_fve_base": [
33
+ 0.9972873152238536,
34
+ 0.9975831337000063,
35
+ 0.9983901890160526,
36
+ 0.9987814498197346
37
+ ],
38
+ "val_fve_aligned": [
39
+ 0.997815325310093,
40
+ 0.9981188000184703,
41
+ 0.9980897872235762,
42
+ 0.998511500695613
43
+ ],
44
+ "dead_neurons": [
45
+ 0.9061153877289477,
46
+ 0.9460697920087201,
47
+ 0.9471751946283932,
48
+ 0.9468875134541009
49
+ ],
50
+ "l0_base": [
51
+ 101.45638134851139,
52
+ 50.652254816112084,
53
+ 50.676536047869234,
54
+ 51.260471395213074
55
+ ],
56
+ "l0_aligned": [
57
+ 108.68928779918272,
58
+ 64.10283493870404,
59
+ 64.87031158785756,
60
+ 65.17587930531232
61
+ ],
62
+ "self_recon": [
63
+ 0.30017632400476735,
64
+ 0.028441124279348324,
65
+ 0.015496936665639397,
66
+ 0.00651385155965841
67
+ ],
68
+ "cross_recon": [
69
+ 0.4688066716203428,
70
+ 0.19016757135835252,
71
+ 0.16763523906755184,
72
+ 0.15475793341271224
73
+ ],
74
+ "sparsity": [
75
+ 0.1123224204225097,
76
+ 0.008143378361044,
77
+ 0.008302840821486308,
78
+ 0.008473355253213462
79
+ ]
80
+ }