CoolFace
Apppublic

ksoule/granite-switch-demo

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes
38 commits on main
8f0abbd2mo ago

Use requirements only in validation, never in the draft prompt

ksoule
b8a98f63mo ago

Restructure README around the two activities

ksoule
a437e283mo ago

Render adapter JSON verdicts upright, not italic

ksoule
d367ea23mo ago

Append the IVR outcome beneath the checker bubble's KV note

ksoule
e21f1c93mo ago

Re-express judge prompts on the draft's decode tokens for KV reuse

ksoule
9a4b5a23mo ago

Bold IVR outcome, code-styled KV notes in meta bubbles, all adapters default

ksoule
a9323b63mo ago

Skip re-judging drafts identical to an already-failed attempt

ksoule
ae3a3233mo ago

Per-interaction KV prefix reuse with a ⚡ hit-rate note per generation

ksoule
e34af983mo ago

Merge IVR outcome into the checker bubble; reword exhaustion note

ksoule
f1e523b3mo ago

Checker bubble: verdict JSON first, then satisfied/not-satisfied note

ksoule
0ad0b983mo ago

Remove the per-message copy button

ksoule
f773d183mo ago

Meta-message styling: italic attempt labels, bare verdicts, purple notes

ksoule
3a9e6f73mo ago

Label IVR draft bubbles with their attempt number

ksoule
717e40f3mo ago

Render each assistant message as its own bubble

ksoule
174467a3mo ago

Default bubble styling; each adapter verdict in its own bubble

ksoule
f78b9ae3mo ago

Stream draft tokens into the chat via mellea's async streaming

ksoule
67884a23mo ago

Validate IVR requirements on the live context (blind-judge workaround)

ksoule
a6210bb3mo ago

Show the adapters' JSON verdicts in the chat bubbles

ksoule
94eca993mo ago

Skip PEFT deactivation when no PEFT adapter was loaded

ksoule
ac5eed73mo ago

Flatten Gradio 6 block-format message content before instruct

ksoule
5b8209f3mo ago

Set python_version 3.12 (ZeroGPU max; mellea needs >=3.11)

ksoule
b8e5c393mo ago

Rewrite demo on Mellea's HF backend: embedded-adapter glue + IVR loop

ksoule
73d733c3mo ago

Append user requirements to the original prompt (Requirements: template)

ksoule
43488953mo ago

Trim roster to requirement-check, uncertainty, guardian-core

ksoule
8c407d53mo ago

Revert to committed state (87cc118): Core+Guardian roster

ksoule
93c40443mo ago

Swap adapter roster: drop context-attribution/factuality-*, add RAG answerability/hallucination_detection/citations; package-prefixed names

ksoule
18ae7c23mo ago

Implement context-attribution's sentence-tagged protocol from the adapter README

ksoule
b229dc53mo ago

Lighter purple for adapter responses; yellow chip for KV-cache notes

ksoule
255a5453mo ago

Carry each aLoRA adapter's invocation marker in its follow-up prompt

ksoule
593c10d3mo ago

Multi-select adapters: each judges the first answer sequentially, sharing the prefix KV

ksoule
189ebb13mo ago

Tint the whole adapter prompt/response bubbles purple; no inner background patches

ksoule
e24e1a43mo ago

Style adapter prompt purple/italic, move cache notes under responses, single-shot input

ksoule
5281d8c3mo ago

Reuse turn-1 decode tokens: extend the real sequence tensor instead of re-tokenizing

ksoule
d2e60633mo ago

Publish KV-cache hit rate under each user message; reuse prefix KV for the adapter turn

ksoule
ce7cd8d3mo ago

Handle None from hidden Gradio textboxes

ksoule
9c630a13mo ago

Two-turn flow: standard generation, then automatic Core/Guardian adapter invocation

ksoule
99e32403mo ago

Granite Switch 4.1 8B ZeroGPU demo

ksoule
53a276f3mo ago

initial commit

ksoule