diff --git a/index.html b/index.html index 35703ff..43f2ead 100644 --- a/index.html +++ b/index.html @@ -5,20 +5,29 @@ + + + -

Tiny Predictive Text -
Experiment using a decaying context window

+

Tiny Predictive Text +
The Predictive Text Model That Runs in The Browser and Fits on a Floppy Disk

Press Tab to autocomplete with suggestion.
Press Shift to change the suggestion

Loading model...

-

-
Context string: ... --> ... --> ... -
Predictive quality score: ... -

-
-
 
-
+
+ Context string: ... --> ... --> ... +
Predictive quality score:
...
+
+
+
+
+
+ +

Tiny Predictive Text uses the ArT DeCo (Anchor Tree with Decaying Context) technique to generate sentence completions.

+

For optimum efficiency and file size, Tiny is built in Rust and compiled to Wasm for plug-and-play implementation in frontend JavaScript using tokenized dictionaries compiled to Message Pack...(Keep reading)

+ +

Use in your project