========== ScratchGPT Zero ========== == A prototype language model in Scratch == ScratchGPT Zero is the second model in a series of prototype language models created in Scratch. It supports many basic language features, with many more coming as development continues. ScratchGPT Zero speaks English and some basic Spanish. ============== Prompts ============== Start the conversation by saying something like: * "Hi there!" * "Who are you?" * "What is 2+2?" (Mathematics support currently in beta, expect incorrect answers) To respond to the language model, try something like: * "Very good!" * "Thank you" * "Okay" ============= Technology ============= These are dynamically generated, and not static responses. The model generates its content by looking through all the available inputs and alternative inputs in the `i/i(a)/o` sets, then it will get the corresponding outputs. It will then generate the content based on the previous word in the response and the corresponding outputs from the training data. ============= Changelog ============= * GPT Zero v0.4.1 (13/11/2025) - Fork from GPT-1 - Make changes to model to provide longer, more detailed answers * GPT Zero v0.5 (17/11/2025) - Responses now provide correct solutions to simple addition problems involving two numbers - Model now supports generation over multiple sentences, although the functionality is not fully complete and may result in some strange answers * GPT Zero v0.5.1 (17/11/2025) - Support emojis in user input - prior versions of the model got stuck when the user used an emoji * GPT Zero v0.5.2 (17/11/2025) - Remove "noalt" model and replace with "Instant" and "Detailed" models. - "Detailed" is used for longer prompts with multiple sentences. It expands the percentage to which training data is matched to the prompt to create longer outputs. - User interface redesign * GPT Zero v0.5.3 (17/11/2025) - Fix problem where training data would get deleted when handling sentences. * GPT Zero v0.5.4 (18/11/2025) - Generic accuracy and training data improvements * GPT Zero v0.5.5 (18/11/2025) - Fix AI getting stuck on emojis when ending a response * GPT Zero v0.5.6 (18/11/2025) - Fix AI getting stuck on generating output containing code * GPT Zero v0.5.7 (18/11/2025) - Fix AI not outputting solutions to simple math problems * GPT Zero v0.5.8 (20/11/2025) - Increase randomness of choosing first word for output * GPT Zero v0.5.9 (26/11/2025) - Fix AI getting stuck on particular words by reverting word choosing algorithm * GPT Zero v0.5.10 (26/11/2025) - Model now correctly finds training data to use * GPT Zero v0.5.11 (26/11/2025) - Minor fixes to AI model, such as parsing wildcards in training data * GPT Zero v0.6.0 (4/12/2025) - A ton of new training data has been added. - Minor improvements to the generation engine. ========= See my other projects =========
* ChatGPT for the inspiration * This is the best model I have created in Scratch. There have been many predecessors to this, (which have not been shared), as well as this model's public predecessor, ScratchGPT-1. #ai #gpt #scratchgpt #artificialintelligence #languagemodel #aimodel #gpt #chatgpt #openai #chatbot #dynamic #cool #intelligence