-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Unsplitted comma on NusaASR Benchmark List (https://github.com/SEACrowd/seacrowd-datahub/blob/master/seacrowd/config_helper.py#L393-L395)
Steps to reproduce the bug
# Sample code to reproduce the bug
from seacrowd.config_helper import BENCHMARK_DICT
seacrowd_nusa_asr = sc.load_benchmark("NusaASR")
len(BENCHMARK_DICT["NusaASR"]) == len(seacrowd_nusa_asr) #expected True, got Falsethe left one has 19 entry, the right one has 18 (1 invalid), but from the manual count it should be 20
Environment info
datasetsversion: 2.21.0- Platform: Linux-6.8.0-101-generic-x86_64-with-glibc2.39
- Python version: 3.11.14
huggingface_hubversion: 1.5.0- PyArrow version: 23.0.1
- Pandas version: 3.0.1
fsspecversion: 2024.6.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working