bayan-api / src /nlp /autocomplete

Commit History

Fix 30 NLP edge cases in Grammar, Spelling, and Punctuation (Phase 10 results and Extension UI improvements)
be32617

youssefreda9 commited on

feat(autocomplete): threshold=0.05 + max 3 suggestions
bf57d15

youssefreda9 commited on

fix(autocomplete): replace beam search with sampling for diverse GPT-2 predictions
29b3425

youssefreda9 commited on

fix(autocomplete): GPT-2 now generates complete words, not BPE subword tokens
f8bb786

youssefreda9 commited on

fix(autocomplete): true context awareness - GPT-2 now adds own candidates + cache key uses 5 words
e9527e6

youssefreda9 commited on

feat(NLP-4): AutoComplete integration — hybrid bigram + GPT-2
d27ee08

youssefreda9 commited on