Skip to content

NusaCrowd v0.1.0 Release - Introducing a new & easy-to-use programming interface

Latest
Compare
Choose a tag to compare
@SamuelCahyawijaya SamuelCahyawijaya released this 31 Jul 02:44
· 13 commits to master since this release

Provides a new programming interface for listing & loading datasets and benchmarks.

Supported functions:
- list_datasets(with_config=True)
- load_dataset(dataset_name: str, schema='nusantara')
- load_datasets(dataset_names: List[str], schema='nusantara')
- list_benchmarks()
- load_benchmark(benchmark_name: str)