File size: 288 Bytes
566d03e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
"""
AFCL Data Module
================

Data loading and schema definitions for the Arabic Function Calling Leaderboard.
"""

from .loader import load_benchmark, load_results
from .schemas import NATIVE_ARABIC_SCHEMAS

__all__ = ['load_benchmark', 'load_results', 'NATIVE_ARABIC_SCHEMAS']