Spaces:
Running
Running
ThanaritKanjanametawat
commited on
Commit
•
2d93ffa
1
Parent(s):
02fbca0
Remove text
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import numpy as np
|
|
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\nGPABenchmark - Computer Science Abstract Generated by GPT3.5\nOpenGPT - General News Article Generated by GPT3.5")
|
10 |
# st.write("Reference on how we built Roberta Sentinel: https://arxiv.org/abs/2305.07969")
|
11 |
|
12 |
# # Add 4 options for 4 models
|
@@ -16,7 +15,7 @@ st.write("CHEAT - Scientific Abstract Generated by GPT3.5\nGPABenchmark -
|
|
16 |
# )
|
17 |
|
18 |
DatasetOption = st.sidebar.selectbox(
|
19 |
-
'Select Input Text Domain
|
20 |
('General Text', 'Computer Science Abstract', 'Scientific Abstract'),
|
21 |
)
|
22 |
|
|
|
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("Reference on how we built Roberta Sentinel: https://arxiv.org/abs/2305.07969")
|
10 |
|
11 |
# # Add 4 options for 4 models
|
|
|
15 |
# )
|
16 |
|
17 |
DatasetOption = st.sidebar.selectbox(
|
18 |
+
'Select Input Text Domain',
|
19 |
('General Text', 'Computer Science Abstract', 'Scientific Abstract'),
|
20 |
)
|
21 |
|