File size: 970 Bytes
147122e 88c59be 11407c5 88c59be a7f7f91 88c59be |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
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. |