Spaces:
Sleeping
Sleeping
ThanaritKanjanametawat commited on
Commit ·
2fa9831
1
Parent(s): 1af3c5d
Fix Wrong Information
Browse files
app.py
CHANGED
|
@@ -5,7 +5,10 @@ import numpy as np
|
|
| 5 |
|
| 6 |
# Add a title
|
| 7 |
st.title('GPT Detection Demo')
|
| 8 |
-
st.write("This is a demo for GPT detection. You can use this demo to test the model. There are 3 variations of the Roberta Classifier Model, The model was trained on CHEAT, GPABenchmark, OpenGPT datasets.
|
|
|
|
|
|
|
|
|
|
| 9 |
# st.write("Reference on how we built Roberta Sentinel: https://arxiv.org/abs/2305.07969")
|
| 10 |
|
| 11 |
# # Add 4 options for 4 models
|
|
|
|
| 5 |
|
| 6 |
# Add a title
|
| 7 |
st.title('GPT Detection Demo')
|
| 8 |
+
st.write("This is a demo for GPT detection. You can use this demo to test the model. There are 3 variations of the Roberta Classifier Model, The model was trained on CHEAT, GPABenchmark, OpenGPT datasets.You can choose dataset variation of the model on the sidebar.")
|
| 9 |
+
st.write("CHEAT - Scientific Abstract Generated by GPT3.5")
|
| 10 |
+
st.write("GPABenchmark - Computer Science Abstract Generated by GPT3.5")
|
| 11 |
+
st.write("OpenGPT - General News Article Generated by GPT3.5")
|
| 12 |
# st.write("Reference on how we built Roberta Sentinel: https://arxiv.org/abs/2305.07969")
|
| 13 |
|
| 14 |
# # Add 4 options for 4 models
|