Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
elsayedmohammed
/
testModel
like
0
Model card
Files
Files and versions
xet
Community
c26f717
testModel
/
script.py
elsayedmohammed
Update script.py
c26f717
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
202 Bytes
mport torch
import
numpy
as
np
from
sklearn.metrics
import
accuracy_score
if
__name__ ==
"__main__"
:
# For local testing, you can pass a sample model path here
print
(
"inside script.py"
)