Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rusen
/
gpt_detector
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rusen
commited on
Jan 9, 2024
Commit
79ba16e
·
1 Parent(s):
a39c40f
import numpy
Browse files
Files changed (1)
hide
show
utils.py
+1
-0
utils.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import torch
2
3
def model_predict(model, tokenizer, sentences):
4
"""
1
import torch
2
+
import numpy as np
3
4
def model_predict(model, tokenizer, sentences):
5
"""