Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thearnabsarkar
/
json-semval-validator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0c09dd2
json-semval-validator
/
json_semval
/
__init__.py
thearnabsarkar
Upload json_semval/__init__.py with huggingface_hub
cb6e13b
verified
2 months ago
raw
Copy download link
history
blame
Safe
74 Bytes
from
.types
import
Prediction, Report
__all__ = [
"Prediction"
,
"Report"
]