Sentiment Model
A real, small character-level transformer that reads one headline's text and predicts a percent-scale forward stock-price return — the model behind the tape transformer's own "lm sentiment" feature (see /tape-transformer). Distinct from the Language Playground's text generator (see /language-playground): this model only ever reads text and outputs a single number, it never generates text. Unlike the other two research models, this one previously trained ONLY via cron's daily gate with no manual controls — this page gives it the same "Train more" and "Try it" testing tools.
Model status
A real transformer encoder over character-level headline text: d_model=16, heads=4, layers=2, feedforward=64, max length=96 characters. Trained with plain SGD (learning rate 0.01, weight decay 0.0001) to minimize squared error against the real forward 2-day return of the symbol each headline is about. Deliberately NOT wired into live Top Pick scoring directly — only a persisted history of its own real reads (lm_read_history) is, so a live click here never affects a real trading decision.
Sign in as an admin to train this model or try a real headline.