Corianas commited on
Commit
88c59be
·
1 Parent(s): f436d0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -5,6 +5,39 @@ language:
5
  - en
6
  pipeline_tag: text-generation
7
  ---
 
 
 
8
  NanoGPT trained Character Level model trained on the TinyStories Dataset with 16 bit precision
9
 
10
- W&B https://wandb.ai/corianas/owt/reports/Untitled-Report--Vmlldzo1MzUzNjQx/edit?firstReport&runsetFilter
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - en
6
  pipeline_tag: text-generation
7
  ---
8
+
9
+ ##TinyChar + llm Plugin
10
+
11
  NanoGPT trained Character Level model trained on the TinyStories Dataset with 16 bit precision
12
 
13
+ W&B https://wandb.ai/corianas/owt/reports/Untitled-Report--Vmlldzo1MzUzNjQx/edit?firstReport&runsetFilter
14
+
15
+ This Repo is specifically a plugin for the tool llm by Simon Wilson [https://simonwillison.net/] [https://llm.datasette.io/en/stable/]
16
+
17
+ ## Installation
18
+
19
+ Once llm is installed, this plugin can be installed by:
20
+
21
+ ```
22
+ git clone https://huggingface.co/Corianas/TinyChar
23
+ cd TinyChar
24
+ llm install .
25
+ ```
26
+
27
+ Confirm it is installed by checking the installed plugins
28
+
29
+ ```
30
+ llm plugins
31
+ ```
32
+
33
+ using
34
+ ```
35
+ llm -m chargpt "Wendy went for a walk when suddenly "
36
+ ```
37
+
38
+
39
+ Please note, only the reply is shown.
40
+
41
+ ## Limitations?
42
+
43
+ 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.