Spaces:
Running
Running
ThanaritKanjanametawat
commited on
Commit
·
f1fd352
1
Parent(s):
3d6730e
Add reference to Roberta Sentinel
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ 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. The model is trained on two datasets: OpenGPT and CSAbstract. You can choose the model and dataset in the sidebar.")
|
|
|
9 |
|
10 |
# Add 4 options for 4 models
|
11 |
ModelOption = st.sidebar.selectbox(
|
|
|
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. The model is trained on two datasets: OpenGPT and CSAbstract. You can choose the model and dataset in 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
|
12 |
ModelOption = st.sidebar.selectbox(
|