Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nan/leaderboard
AIR-Bench
/
leaderboard
like
61
Running
on
CPU Upgrade
App
Files
Files
Community
28
f30cbcc
leaderboard
/
tests
/
src
/
test_benchmarks.py
nan
feat: add unittests
ea6034c
7 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
from
src.benchmarks
import
BenchmarksQA, BenchmarksLongDoc
def
test_qabenchmarks
():
print
(
list
(BenchmarksQA))
def
test_longdocbenchmarks
():
print
(
list
(BenchmarksLongDoc))