Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nan/leaderboard
AIR-Bench
/
leaderboard
like
58
Running
on
CPU Upgrade
App
Files
Files
Community
28
4a44211
leaderboard
/
tests
/
src
/
test_benchmarks.py
nan
feat: add unittests
ea6034c
6 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))