CoolFace
Apppublic

CalvinU/writing-prototypes

sourceHugging Facemitupdated 6mo agoView on Hugging Face
7likes
50 commits on main
cd2d8486mo ago

fix warning

kcarnold
495786b6mo ago

Rewrite using more straightforward API: tokenize first, then compute logprobs

kcarnold
cf7fe2b6mo ago

WIP using tokenize endpoint directly

kcarnold
91f1cd36mo ago

Add a vLLM-backed show-internals interface

kcarnold
58ed19d1y ago

Try to report memory errors, and try clearing the traceback to avoid leaking the prior cache.

kcarnold
efaf8171y ago

link to my website from prototypes

kcarnold
56b78101y ago

Fix next-token blank

kcarnold
a4e470c1y ago

Merge remote-tracking branch 'origin/main'

kcarnold
b35561c1y ago

Disable revisions page

kcarnold
18ddc731y ago

don't need api server

kcarnold
2dbe7381y ago

Maybe run this all in one

kcarnold
06e1d4b1y ago

Add URL paths for subpages

kcarnold
819c4b42y ago

Prepare to move up to Gemma3

kcarnold
697e79c2y ago

Increment versions

kcarnold
cc79a992y ago

Style tweaks

kcarnold
3c6b0e42y ago

Work around the empty-message bug.

kcarnold
1fa28522y ago

clean up display a bit

kcarnold
22b91c82y ago

Add a quick and dirty show-next-token-logits page

kcarnold
43804be2y ago

add a border to spans

kcarnold
05627f12y ago

Add a quick and dirty "show internals" page

kcarnold
bfee54e2y ago

Looks like I never committed these improvements to the backend.

kcarnold
5a64f8e2y ago

styling tweaks

kcarnold
17c6afc2y ago

fix another state-management bug

kcarnold
f25d13f2y ago

Remove debug print

kcarnold
b7e25402y ago

Fix buggy Send button

kcarnold
33bf88c2y ago

extend type-assistant-response to predictive-text for type user messages too

kcarnold
2e560e12y ago

tweak

kcarnold
cf335022y ago

token showing in highlights

kcarnold
6b7791e2y ago

missing deps

kcarnold
14cb5d02y ago

ignores

kcarnold
329490e2y ago

Show a problem with the current approach.

kcarnold
9b8968e2y ago

sync up with the backend

kcarnold
898f0512y ago

Make it actually a predictive-text interface

kcarnold
fe6cd362y ago

Initial stab at typing the assistant response

kcarnold
38826eb2y ago

copy in the backend code

kcarnold
cb63b672y ago

remove debugging print

kcarnold
9cbbdcd2y ago

add option to show additional alternatives, even those that aren't the most-likely-next-token

kcarnold
af927dd2y ago

changed color, removed the title attribute

Jooha Yoo
a2477f52y ago

display tweaks: only show on hover

kcarnold
212669f2y ago

refactor: move more to styles instead of inline CSS

kcarnold
c95fdb02y ago

refactor: use a style tag instead of some inline styles

kcarnold
3951ed32y ago

Refactor highlights display into a separate component

kcarnold
e4007542y ago

This is the pyproject.toml that I've been using

kcarnold
01c0ffa2y ago

Allow disabling the alternative suggestions.

kcarnold
fdf34502y ago

quick styling edits

kcarnold
60337092y ago

Simplify, removing the nuance of updated_doc

kcarnold
96fa20b2y ago

Single document approach

kcarnold
aae2ec92y ago

Always start off updated doc with original doc

kcarnold
bb220562y ago

Use green instead of blue for suggested locations

kcarnold
133af7e2y ago

Fix trailing spaces causing bad predictions (grr tokenization)

kcarnold