Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
QiYuan-tech
/
LLM-Detector-adapter
like
0
Follow
QiYuan-tech
5
Safetensors
Model card
Files
Files and versions
Community
main
LLM-Detector-adapter
/
LLM-Detector-V7-11w
/
src
/
evaluate.py
wangrongsheng
Upload 82 files
d1e3f28
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
from
llmtuner
import
Evaluator
def
main
():
evaluator = Evaluator()
evaluator.
eval
()
if
__name__ ==
"__main__"
:
main()