stanpony commited on
Commit
a5013ee
·
verified ·
1 Parent(s): ec2b55c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -34,11 +34,13 @@ MODELS_BY_TIER = {
34
  ("Vanilla-1e19", "stanpony/nanochat-vanilla_14d_193M_20251226-1239", 17068),
35
  ],
36
  "1e18 FLOPs (10M params)": [
37
- ("Vanilla-pure", "stanpony/nanochat-vanilla-pure_6d_35.8M_20260102-0353", 6794),
38
- ("Vanilla-tke-untrained", "stanpony/nanochat-vanilla-tke-untrained_6d_35.8M_20260101-1214", 8309),
39
- ("Lexinv-linear-0.25-trainable-tke", "stanpony/nanochat-lexinv-linear-0-25-trainable-tke_6d_35.8M_20260101-1959", 8309),
40
- ("Lexinv-step-0.25-trainable-tke", "stanpony/nanochat-lexinv-step-trainable-lr-tke-0-25_6d_35.8M_20260101-1042", 8309),
41
- ("Lexinv-pure", "stanpony/nanochat-lexinv-pure_6d_35.8M_20260101-0248", 8309),
 
 
42
  ],
43
  "3e17 FLOPs (10M params)": [
44
  ("Vanilla", "stanpony/nanochat-vanilla-comp-lexinv-step-0-3_6d_35.8M_20251229-1040", 4756),
@@ -659,4 +661,4 @@ with gr.Blocks(title="nanochat Playground") as demo:
659
 
660
 
661
  if __name__ == "__main__":
662
- demo.launch()
 
34
  ("Vanilla-1e19", "stanpony/nanochat-vanilla_14d_193M_20251226-1239", 17068),
35
  ],
36
  "1e18 FLOPs (10M params)": [
37
+ ("Lexinv-pure", "stanpony/nanochat-lexinv-pure_6d_35.8M_20260102-1313", 8309),
38
+ ("Vanilla-pure", "stanpony/nanochat-vanilla-pure_6d_35.8M_20260102-1123", 6794),
39
+ ("Lexinv linear decay 25% then vanilla", "stanpony/nanochat-lexinv-linear-0-25-trainable-tke_6d_35.8M_20260102-1106", 7172),
40
+ ("Lexinv linear decay 35% then vanilla", "stanpony/nanochat-lexinv-linear-0-35-trainable-tke_6d_35.8M_20260102-1546", 7324),
41
+ ("Lexinv 35% then vanilla", "stanpony/nanochat-lexinv-step-0-35_6d_35.8M_20260103-0342", 7324),
42
+ ("Lexinv cosine decay 25% then vanilla", "stanpony/nanochat-lexinv-cosine-0-25-trainable-tke_6d_35.8M_20260103-0340", 7172),
43
+ ("Lexinv 25% then vanilla", "stanpony/nanochat-lexinv-step-0-25_6d_35.8M_20260102-1557", 7172),
44
  ],
45
  "3e17 FLOPs (10M params)": [
46
  ("Vanilla", "stanpony/nanochat-vanilla-comp-lexinv-step-0-3_6d_35.8M_20251229-1040", 4756),
 
661
 
662
 
663
  if __name__ == "__main__":
664
+ demo.launch()