Spaces:
Paused
Paused
initial README
Browse files
README.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
title: Path D Humanizer
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
-
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Path D Adversarial Humanizer
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Path D Adversarial Humanizer
|
| 11 |
+
|
| 12 |
+
Adversarial paraphrasing inference Space for the humanizer-v3 spec
|
| 13 |
+
(Path D). Paraphraser = Qwen3-4B (4-bit) + optional LoRA. Guidance
|
| 14 |
+
detector = roberta-large-openai-detector. Per-token autoregressive
|
| 15 |
+
loop with detector-guided argmin selection.
|
| 16 |
+
|
| 17 |
+
## Endpoint
|
| 18 |
+
|
| 19 |
+
`POST /generate` with payload `{prompt_text, system_prompt,
|
| 20 |
+
max_new_tokens, top_p, top_k, temperature}`.
|
| 21 |
+
|
| 22 |
+
Same contract as the original training Space serve.py.
|