File size: 1,060 Bytes
38d3937
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
library_name: transformers
base_model: N8Programs/NextTerm-440M
tags:
- qwen3
- oeis
- sequence-modeling
- slerp
---

# BestTerm-440M Checkpoint

Tentative checkpoint for `BestTerm-440M`.

This is a global parameter-vector SLERP between the released `N8Programs/NextTerm-440M` base model and the hot b-file-only continued-pretraining checkpoint at 500M tokens, with interpolation `t=0.80`.

## Quick Scores

Ryskina & Knight sequence completion, exact next-term accuracy:

- Greedy, old PyTorch/Transformers sanity path: `38/57` (`66.67%`).
- Beam search, `num_beams=4`, comma stop and EOS/PAD suppressed: `40/57` (`70.18%`).

Other preservation checks from the same sweep:

- OEIS-Eval-Neo: `6532/19034` (`34.318%`).
- M1 Competition 111 macro MAPE: `17.582548`.
- Polynomial continuation: arithmetic `94.5625%`, quadratic `86.3043%`, cubic `74.5682%`, quartic `67.9524%`.

## Notes

This checkpoint is tentative and was selected as the aggressive Ryskina/M1 point on the base-to-hot500 SLERP sweep. The more conservative preservation point was `t=0.60`.