Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KarenYYH
/
hr-eval-api-v2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hr-eval-api-v2
/
services
/
__init__.py
KarenYYH
Initial commit - HR Evaluation API v2
c8b1f17
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
"""
服务层模块
"""
from
.evaluator
import
DialogueEvaluator
__all__ = [
"DialogueEvaluator"
,
]