CoolFace
Apppublic

Rofati/ai-humanizer

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
27 commits on main
f96a05e4mo ago

New approach: formal academic with subtle imperfections, no casual overcorrection

Rofati
3401b374mo ago

Fix: Remove suggested transitions (they're detectable too), let model write naturally

Rofati
e1a44b74mo ago

Final prompt: Turnitin-focused, no dashes/shapes, temp 0.6, Gemma user-role format

Rofati
5a81a5a4mo ago

Fix: Use Gemma native format - NO system role, instructions in user turn, proper control tokens

Rofati
b34ce0b4mo ago

Revised: Gemma-optimized prompt format, concise prose instructions, strict length matching

Rofati
86a62654mo ago

Revised prompt: match input length exactly, no over-generation, stronger anti-AI"

Rofati
da951314mo ago

Improved system prompt - no dashes, academic style, better detection bypass

Rofati
b665e0c4mo ago

Fix: add requests to Dockerfile

Rofati
7d3b8674mo ago

Slim Dockerfile - no llama-cpp needed, just huggingface_hub + transformers for detector

Rofati
04a77b94mo ago

Switch to HF Inference API for Gemma 4 27B - instant speed, free tier credits

Rofati
545a78f4mo ago

Switch to Q4_0 - simplest/fastest dequant on CPU, revert from slow Q3_K_M

Rofati
d1384034mo ago

Switch to Q3_K_M for faster generation speed on CPU

Rofati
5228d154mo ago

Fix: Q3_K_M for faster generation, n_batch=256, auto-detect threads

Rofati
aea6e044mo ago

Fix TTFT: cache system prompt, use smaller quant Q8_0 for speed, reduce n_ctx

Rofati
f08cd454mo ago

Speed + concurrency improvements: streaming, queue, batch size, n_batch, flash attention"

Rofati
48e7fb95mo ago

Remove temperature, fix sweet spot for academic AI removal, tuned for Turnitin evasion"

Rofati
595baaf5mo ago

Fix: add streaming, improve prompt to ban slang/bad grammar, keep it clean and fast"

Rofati
dcab93c5mo ago

Revert to original simple form"

Rofati
66d87e65mo ago

Full UI overhaul: all modes, polished theme, streaming, word counts, gauge, sentence highlighting"

Rofati
c919e0e5mo ago

Fix: add requests, upgrade gradio to 6.x"

Rofati
90ebdd35mo ago

Fix Dockerfile - match working gemma4-paraphrase pattern

Rofati
34c739d5mo ago

Add app.py - Gemma 4 E4B humanizer + RoBERTa detector, API for React"

Rofati
e7a6a5d5mo ago

Update ML Intern artifact metadata

Rofati
024f0c55mo ago

Add README

Rofati
3a7db1a5mo ago

Add Dockerfile

Rofati
a27f7ae5mo ago

Update ML Intern artifact metadata

Rofati
c2bb8a65mo ago

initial commit

Rofati