yagnik12 commited on
Commit
c95b6a8
·
verified ·
1 Parent(s): 2d85e2f

Update ai_text_detector_valid_final.py

Browse files
Files changed (1) hide show
  1. ai_text_detector_valid_final.py +1 -1
ai_text_detector_valid_final.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  # Multiple AI text detection models
6
  MODELS = {
7
  "OpenAI Detector": "roberta-base-openai-detector", # HuggingFace OpenAI GPT-2 detector
8
- "DeBERTa Detector": "microsoft/deberta-v3-base", # Community AI detector
9
  "GPTZero-Style": "Hello-SimpleAI/chatgpt-detector-roberta" # Another HF model
10
  }
11
 
 
5
  # Multiple AI text detection models
6
  MODELS = {
7
  "OpenAI Detector": "roberta-base-openai-detector", # HuggingFace OpenAI GPT-2 detector
8
+ "DeBERTa Detector": "distilbert-base-uncased-finetuned-sst-2-english", # Community AI detector
9
  "GPTZero-Style": "Hello-SimpleAI/chatgpt-detector-roberta" # Another HF model
10
  }
11