Spaces:
Sleeping
Sleeping
File size: 870 Bytes
76ded8f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: DivScore AI Text Detector
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.19.2
app_file: app.py
pinned: false
---
# DivScore AI Text Detector
This Space demonstrates the DivScore model for detecting AI-generated text. The model uses a novel zero-shot detection framework that leverages normalized entropy-based scoring to identify AI-generated content.
## Features
- Real-time AI text detection
- Detailed analysis scores (DivScore, Entropy, CE)
- Confidence level indication
- Easy-to-use interface
## How to Use
1. Enter or paste your text in the input box
2. Click "Submit" to analyze
3. View the results showing whether the text is likely AI-generated
## Technical Details
- Based on Mistral-7B model
- Uses DivScore detection framework
- Threshold: 0.15 (scores below this are likely AI-generated) |