add ArcAgiDataset class, fix score_entry() metadata params

This commit is contained in:
Andreas Koepf 2025-02-08 23:18:18 +01:00
parent 2ad0965fdc
commit 4e49806d22
20 changed files with 194 additions and 93 deletions

View file

@ -21,6 +21,7 @@ dependencies = [
"pytz>=2024.1",
"tabulate==0.9.0",
"pyyaml>=6.0.2",
"arckit==0.1.0",
]
classifiers = [
"Programming Language :: Python :: 3",