Spaces:
Runtime error
Runtime error
Update detectGPTtest.py
Browse files- detectGPTtest.py +5 -17
detectGPTtest.py
CHANGED
@@ -1,20 +1,8 @@
|
|
1 |
-
|
2 |
numpy
|
3 |
-
datasets
|
4 |
transformers
|
5 |
-
|
6 |
-
|
7 |
-
torch.nn.functional
|
8 |
tqdm
|
9 |
-
|
10 |
-
|
11 |
-
roc_curve, precision_recall_curve, auc
|
12 |
-
argparse
|
13 |
-
datetime
|
14 |
-
os
|
15 |
-
json
|
16 |
-
functools
|
17 |
-
custom_datasets
|
18 |
-
multiprocessing.pool
|
19 |
-
ThreadPool
|
20 |
-
time
|
|
|
1 |
+
torch
|
2 |
numpy
|
|
|
3 |
transformers
|
4 |
+
datasets
|
5 |
+
matplotlib
|
|
|
6 |
tqdm
|
7 |
+
scikit-learn
|
8 |
+
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|