roneneldan/TinyStories
Viewer β’ Updated β’ 2.14M β’ 93k β’ 1.12k
A lightweight base language model with 46.5M parameters, trained for raw text completion.
Unlike instruction-tuned or chat models, debil-1.5-completion has not been trained on dialogue or instruction-following datasets. It is a pure completion model designed to continue text based on the provided context.
The model is trained to predict the next token in a sequence rather than to follow conversational instructions.
For example, given:
The quick brown fox
the model attempts to continue the sequence with what it predicts is the most likely continuation.
It does not have a dedicated chat format or instruction-tuning layer.