Quantized INT4 weights designed to run locally on ESP32-S3 with 16MB Flash and Octal PSRAM. This model repository contains the binary weights, metadata, license, and tokenizer assets for the esp32-sandbox project (projects/s3-tiny-stories). - README.md - Model Card and documentation - LICENSE - Apache 2.0 License - metadata.json - Hardware, quantization, and model architecture metadata -.bin - Compiled INT4 model weights - tokenizer.json - SentencePiece / BPE vocabulary configuration Download the binary file (model.bin) and flash it directly to your ESP32-S3: Refer to the esp32-sandbox repository for firmware building, flashing, and serial monitoring.