Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
QiYuan-tech
/
LLM-Detector-adapter
like
0
Follow
QiYuan-tech
6
Safetensors
Model card
Files
Files and versions
Community
main
LLM-Detector-adapter
/
LLM-Detector-V4-11w
/
src
/
export_model.py
wangrongsheng
Upload 81 files
1647d98
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
from
llmtuner
import
export_model
def
main
():
export_model()
if
__name__ ==
"__main__"
:
main()