CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
Dataset
public
PerturbReason
/
PerturbReason_dataset_code
source
Hugging Face
mit
updated 5mo ago
View on Hugging Face
0
likes
12
downloads
Like
Save
Clone
overview
files
community
commits
settings
root
PerturbReason_code
eval_v3
__main__.py
__main__.py
5 lines
Copy path
Download
Raw
Back to eval_v3
1
"""Allow running as: python -m eval_v3 ..."""
2
from .runner import main
3
4
main()
5