Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
attilasimko
/
reproduce
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0286db1
reproduce
/
full_eval.py
attilasimko
new evaluations
3cfadc8
7 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
from
evaluations.repo_evaluations
import
full_evaluation
res = full_evaluation()
res.to_csv(
"data/results.csv"
, sep=
"\t"
, index=
False
)