
the reason why this counts as success is:
- this AI model is incredibly fast. the response you see in image, it generated all in less than 2 seconds
- Model uses word-level tokenizer (Current big AI models use subcharacter level)
- Model trains extremely fast and works on small training data. After few minutes of training on text with 20 KB, and reaching loss function under 0.01, it became coherent.
- Model is coherent and acts as AI which gives answers it learned from training data.
- this model is only 50 megabytes in size, compared to usual local models which take gigabytes.
- Model is faster than any local model in existence.

