mkrausio/whisper-captioning-large-v3-turbo-v0.2
Automatic Speech Recognition
•
Updated
•
10
Exception: SplitsNotFoundError Message: The split names could not be parsed from the dataset config. Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 298, in get_dataset_config_info for split_generator in builder._split_generators( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 88, in _split_generators inferred_arrow_schema = pa.concat_tables(pa_tables, promote_options="default").schema File "pyarrow/table.pxi", line 5317, in pyarrow.lib.concat_tables File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status pyarrow.lib.ArrowTypeError: struct fields don't match or are in the wrong order: Input fields: struct<Affection: int64, Age: int64, Amusement: int64, Anger: int64, Arousal: int64, Astonishment/Surprise: int64, Authenticity: int64, Awe: int64, Background Noise: int64, Bitterness: int64, Concentration: int64, Confident vs. Hesitant: int64, Confusion: int64, Contemplation: int64, Contempt: int64, Contentment: int64, Disappointment: int64, Disgust: int64, Distress: int64, Doubt: int64, Elation: int64, Embarrassment: int64, Emotional Numbness: int64, Fatigue/Exhaustion: int64, Fear: int64, Gender: int64, Helplessness: int64, High-Pitched vs. Low-Pitched: int64, Hope/Enthusiasm/Optimism: int64, Impatience and Irritability: int64, Infatuation: int64, Interest: int64, Intoxication/Altered States of Consciousness: int64, Jealousy & Envy: int64, Longing: int64, Malevolence/Malice: int64, Monotone vs. Expressive: int64, Pain: int64, Pleasure/Ecstasy: int64, Pride: int64, Recording Quality: int64, Relief: int64, Sadness: int64, Serious vs. Humorous: int64, Sexual Lust: int64, Shame: int64, Soft vs. Harsh: int64, Sourness: int64, Submissive vs. Dominant: int64, Teasing: int64, Thankfulness/Gratitude: int64, Triumph: int64, Valence: int64, Vulnerable vs. Emotionally Detached: int64, Warm vs. Cold: int64, caption: string, duration: double, emotion_vector: string, folder_name: string, sample_id: string, transcription: string> output fields: struct<Affection: int64, Age: int64, Amusement: int64, Anger: int64, Arousal: int64, Astonishment/Surprise: int64, Authenticity: int64, Awe: int64, Background Noise: int64, Bitterness: int64, Concentration: int64, Confident vs. Hesitant: int64, Confusion: int64, Contemplation: int64, Contempt: int64, Contentment: int64, Disappointment: int64, Disgust: int64, Distress: int64, Doubt: int64, Elation: int64, Embarrassment: int64, Emotional Numbness: int64, Fatigue/Exhaustion: int64, Fear: int64, Gender: int64, Helplessness: int64, High-Pitched vs. Low-Pitched: int64, Hope/Enthusiasm/Optimism: int64, Impatience and Irritability: int64, Infatuation: int64, Interest: int64, Intoxication/Altered States of Consciousness: int64, Jealousy & Envy: int64, Longing: int64, Malevolence/Malice: int64, Monotone vs. Expressive: int64, Pain: int64, Pleasure/Ecstasy: int64, Pride: int64, Recording Quality: int64, Relief: int64, Sadness: int64, Serious vs. Humorous: int64, Sexual Lust: int64, Shame: int64, Soft vs. Harsh: int64, Sourness: int64, Submissive vs. Dominant: int64, Teasing: int64, Thankfulness/Gratitude: int64, Triumph: int64, Valence: int64, Vulnerable vs. Emotionally Detached: int64, Warm vs. Cold: int64, caption: string, detailed_caption: string, duration: double, emotion_vector: string, folder_name: string, sample_id: string, transcription: string> The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response for split in get_dataset_split_names( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 352, in get_dataset_split_names info = get_dataset_config_info( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 303, in get_dataset_config_info raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.