smithblack-0 commited on
Commit
956d334
·
verified ·
1 Parent(s): 5a3e948

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. GPT-2_Control_debug/metrics.json +39 -0
GPT-2_Control_debug/metrics.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "steps": [
3
+ 0
4
+ ],
5
+ "batches": [
6
+ 1
7
+ ],
8
+ "tokens": [
9
+ 3840
10
+ ],
11
+ "accum_steps": [
12
+ 1
13
+ ],
14
+ "accum_steps_avg": [
15
+ 1
16
+ ],
17
+ "loss": [
18
+ 10.897216796875
19
+ ],
20
+ "eval_loss": [],
21
+ "perplexity": [],
22
+ "accuracy": [],
23
+ "wall_time": [
24
+ 1.1793491840362549
25
+ ],
26
+ "grad_norm": [
27
+ 8.550016403198242
28
+ ],
29
+ "adam_second_moment": [
30
+ 6.549289782887457e-08
31
+ ],
32
+ "adam_first_moment": [
33
+ 3.808525991760281e-05
34
+ ],
35
+ "total_params": 47789184,
36
+ "core_params": 28490496,
37
+ "embedding_head_params": 19298688,
38
+ "are_tied": true
39
+ }