| | --- |
| | datasets: |
| | - roneneldan/TinyStories |
| | language: |
| | - en |
| | pipeline_tag: text-generation |
| | --- |
| | |
| | ## TinyChar + llm Plugin |
| |
|
| | NanoGPT trained Character Level model trained on the TinyStories Dataset with 16 bit precision |
| |
|
| | W&B https://wandb.ai/corianas/owt/reports/Untitled-Report--Vmlldzo1MzUzNjQx/edit?firstReport&runsetFilter |
| |
|
| | 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. |