TejAndrewsACC commited on
Commit
65d3d3f
·
verified ·
1 Parent(s): 6337ff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ title = "ACC-AI Text Detector"
103
  description = """
104
 
105
 
106
- This tool uses the <b>ModernBERT</b> model to identify whether a given text was written by a human or generated by artificial intelligence (AI). It works with a soft voting ensemble using <b>three</b> models, combining their outputs to improve the accuracy.
107
  <br>
108
 
109
  <div style="line-height: 1.8;">
 
103
  description = """
104
 
105
 
106
+ This tool uses the <b>most common AI tokenizer</b> models to identify whether a given text was written by a human or generated by artificial intelligence (AI). It works with a soft voting ensemble using <b>three</b> models, combining their outputs to improve the accuracy.
107
  <br>
108
 
109
  <div style="line-height: 1.8;">