apehex commited on
Commit
8084dbc
·
1 Parent(s): 13759d2

Change the title and default models.

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  pinned: false
3
- title: 'Human Scores'
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: 'Parse LLM / human sections in text samples.'
12
- models: ['openai/gpt-oss-20b']
13
  ---
14
 
15
- ## psAI-Ops: Human Scores <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
 
 
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