Update detector/index.html
Browse files- detector/index.html +3 -6
detector/index.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<!doctype html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
<title>
|
5 |
<meta charset="utf-8">
|
6 |
<style type="text/css">
|
7 |
* {
|
@@ -72,12 +72,9 @@ em {
|
|
72 |
</head>
|
73 |
<body>
|
74 |
<div id="container">
|
75 |
-
<h1>GPT-
|
76 |
<p>
|
77 |
-
|
78 |
-
<a href="https://github.com/openai/gpt-2-output-dataset/tree/master/detector">GPT-2 output detector</a>
|
79 |
-
model, based on the <a href="https://github.com/huggingface/transformers/commit/1c542df7e554a2014051dd09becf60f157fed524"><code>🤗/Transformers</code></a>
|
80 |
-
implementation of <a href="https://arxiv.org/abs/1907.11692">RoBERTa</a>.
|
81 |
Enter some text in the text box; the predicted probabilities will be displayed below.
|
82 |
<u>The results start to get reliable after around 50 tokens.</u>
|
83 |
</p>
|
|
|
1 |
<!doctype html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<title>Dt</title>
|
5 |
<meta charset="utf-8">
|
6 |
<style type="text/css">
|
7 |
* {
|
|
|
72 |
</head>
|
73 |
<body>
|
74 |
<div id="container">
|
75 |
+
<h1>ChatGPT & GPT-3 Text Detector</h1>
|
76 |
<p>
|
77 |
+
Detect if a text has been written using ChatGPT or GPT-3.
|
|
|
|
|
|
|
78 |
Enter some text in the text box; the predicted probabilities will be displayed below.
|
79 |
<u>The results start to get reliable after around 50 tokens.</u>
|
80 |
</p>
|