Safetensors
English
aplominski commited on
Commit
5b0a533
·
verified ·
1 Parent(s): f41b6b0

Add Pre-LayerNorm 10M TinyStories - 5 epochs

Browse files
Files changed (3) hide show
  1. metrics.json +56 -0
  2. model.safetensors +3 -0
  3. tokenizer.json +0 -0
metrics.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "norm_type": "Pre-LayerNorm",
3
+ "vocab_size": 8192,
4
+ "max_seq_len": 128,
5
+ "d_model": 176,
6
+ "n_heads": 8,
7
+ "ffn_dim": 704,
8
+ "num_blocks": 8,
9
+ "epochs": 5,
10
+ "train_losses": [
11
+ 2.7801686714166847,
12
+ 2.222144907208902,
13
+ 2.069231568489224,
14
+ 1.9887459733063775,
15
+ 1.9367085697778228
16
+ ],
17
+ "val_losses": [
18
+ 2.371724769221994,
19
+ 2.1539471743307708,
20
+ 2.060667110974099,
21
+ 2.008517362957909,
22
+ 1.9709118760985769
23
+ ],
24
+ "train_top1": [
25
+ 0.43638668426173,
26
+ 0.501614362949496,
27
+ 0.5221109322154497,
28
+ 0.5334409678465053,
29
+ 0.5410586588701694
30
+ ],
31
+ "train_top5": [
32
+ 0.6825656910253973,
33
+ 0.7609837558461504,
34
+ 0.7833337738495424,
35
+ 0.7951137859557944,
36
+ 0.802671929917193
37
+ ],
38
+ "val_top1": [
39
+ 0.4821287964004499,
40
+ 0.5104976060684722,
41
+ 0.5232406045398171,
42
+ 0.5306650370626749,
43
+ 0.5368395056387182
44
+ ],
45
+ "val_top5": [
46
+ 0.7390574976204898,
47
+ 0.771331948891004,
48
+ 0.7851424821897263,
49
+ 0.7932223616278734,
50
+ 0.7987990683856826
51
+ ],
52
+ "test_loss": 1.9709118760985769,
53
+ "test_top1": 0.5368395056387182,
54
+ "test_top5": 0.7987990683856826,
55
+ "total_params": 5444480
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ef29031c83b677b5cbc24b0e95c0148ac4ac0cafec9d63c6bc5a1f28d7736f
3
+ size 21879080
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff