96% Correct Next Token Prediction, with No DNN, No Training, Autodistilled Model
A new model for predicting the next token has been developed, achieving 96% accuracy without the use of deep neural networks or traditional training methods. This model, which incorporates auto-distillation, is designed for specialized corporate corpuses and offers increased explainability and lower costs. The approach has gained attention from researchers and is being recognized as a viable alternative to standard deep learning techniques.
- ▪The model achieves 100% correct predictions on the training set without training or deep neural networks.
- ▪It features auto-distillation, which allows the model to identify and drop non-contributing weights over time.
- ▪The model has a 96% correct prediction rate for next token prediction, significantly outperforming standard transformer-based models.
Hacker News (Newest) files mainly under programming. We currently carry 5,291 of its stories.
Opening excerpt (first ~120 words) tap to expand
Over the last 12 months, I’ve built a model to predict the next token and to suggest synonyms or related queries to a user prompt, with 100% correct predictions on the training set in one shot, without training or deep neural networks (DNNs). The same model is now integrated in some of the most recent LLM architectures, albeit with costly training via DNNs. My version does not need DNNs or training. The purpose of this article is to provide validation to my deep neural network alternative in the context of LLMs. The new model is as a substitute to standard DNNs, with increased explainability and higher accuracy. It is designed for corporate corpuses. The end goal is to provide better accuracy at a much lower cost, while providing full control over all the components.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at xLLM and AI Technology.