CoolFace
Apppublic

LeoLakshman/ai-human-text-detector

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
13 commits on main
d48d91a3mo ago

Fix README: correct LSTM/CNN file size, fix LLM download-timing contradiction, add live Space link

LeoLakshman
bd4cf1d3mo ago

Fix stale TinyLlama comment in requirements.txt

LeoLakshman
e9d620d3mo ago

Don't redundantly show 'Verdict: X' as the reason when the LLM gives no separate reason line

LeoLakshman
4fde6ca3mo ago

Update README for subprocess-isolation fix and smaller SmolLM2 explainer

LeoLakshman
15f849e3mo ago

Run LLM calls in isolated subprocesses (fixes TF/PyTorch in-process deadlock) and switch explainer to smaller SmolLM2-360M-Instruct (cuts total LLM size ~3.1GB -> ~1.7GB)

LeoLakshman
28533973mo ago

Pre-download LLM weights at Docker build time instead of on first live request

LeoLakshman
f0f12e63mo ago

Revert to local LLM loading (remote Inference Providers requires paid third-party billing for chat models)

LeoLakshman
8701aad3mo ago

Pin Inference Providers client to featherless-ai instead of auto-routing

LeoLakshman
e2ec6553mo ago

Update README for remote Inference Providers architecture

LeoLakshman
e8141dd3mo ago

Switch LLM cross-check + explanation to HF Inference Providers API (remote) instead of local model loading

LeoLakshman
ee9dd6c3mo ago

Revert legacy-Keras loader attempt; generically strip stray quantization_config from layer configs instead

LeoLakshman
e9229f63mo ago

Fix LSTM/CNN .h5 loading by forcing legacy Keras 2 H5 loader

LeoLakshman
6fb46bf3mo ago

Project 2: add Qwen2.5-0.5B-Instruct + TinyLlama-1.1B-Chat LLM integration

LeoLakshman