Spaces:
Sleeping
Sleeping
apehex commited on
Commit ·
8084dbc
1
Parent(s): 13759d2
Change the title and default models.
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
pinned: false
|
| 3 |
-
title: '
|
| 4 |
emoji: '🤖'
|
| 5 |
colorFrom: 'green'
|
| 6 |
colorTo: 'red'
|
|
@@ -8,11 +8,11 @@ sdk: 'gradio'
|
|
| 8 |
sdk_version: '6.8.0'
|
| 9 |
app_file: 'app.py'
|
| 10 |
license: 'agpl-3.0'
|
| 11 |
-
short_description: '
|
| 12 |
-
models: ['
|
| 13 |
---
|
| 14 |
|
| 15 |
-
## psAI-Ops:
|
| 16 |
|
| 17 |
Leverage an open source LLM as critic to take apart the text sections written by a human from those generated by an AI.
|
| 18 |
|
|
|
|
| 1 |
---
|
| 2 |
pinned: false
|
| 3 |
+
title: 'De-Generate'
|
| 4 |
emoji: '🤖'
|
| 5 |
colorFrom: 'green'
|
| 6 |
colorTo: 'red'
|
|
|
|
| 8 |
sdk_version: '6.8.0'
|
| 9 |
app_file: 'app.py'
|
| 10 |
license: 'agpl-3.0'
|
| 11 |
+
short_description: 'Detect LLM generated text.'
|
| 12 |
+
models: ['qwen/qwen3.5-9b', 'qwen/qwen3.5-27b']
|
| 13 |
---
|
| 14 |
|
| 15 |
+
## psAI-Ops: De-Generate <img src="images/logo.png" alt="apehex logo" width="32" height="32">
|
| 16 |
|
| 17 |
Leverage an open source LLM as critic to take apart the text sections written by a human from those generated by an AI.
|
| 18 |
|