TinyChar + llm Plugin
NanoGPT trained Character Level model trained on the TinyStories Dataset with 16 bit precision
This Repo is specifically a plugin for the tool llm by Simon Wilson [https://simonwillison.net/] [https://llm.datasette.io/en/stable/]
Installation
Once llm is installed, this plugin can be installed by:
git clone https://huggingface.co/Corianas/TinyChar
cd TinyChar
llm install .
Confirm it is installed by checking the installed plugins
llm plugins
using
llm -m chargpt "Wendy went for a walk when suddenly "
Limitations?
It is trained on the TinyStories Dataset exclusivly, Do not use this for anything other than research into character level language models or plugins for the llm program it is designed for.