Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
The info cannot be fetched for the config 'default' of the dataset.
Error code:   InfoError
Exception:    ConnectionError
Message:      Couldn't reach 'Pratyushhota/clinical-trial-engine-data' on the Hub (LocalEntryNotFoundError)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 223, in compute_first_rows_from_streaming_response
                  info = get_dataset_config_info(path=dataset, config_name=config, token=hf_token)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 268, in get_dataset_config_info
                  builder = load_dataset_builder(
                            ^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1315, in load_dataset_builder
                  dataset_module = dataset_module_factory(
                                   ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1207, in dataset_module_factory
                  raise e1 from None
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1133, in dataset_module_factory
                  raise ConnectionError(f"Couldn't reach '{path}' on the Hub ({e.__class__.__name__})") from e
              ConnectionError: Couldn't reach 'Pratyushhota/clinical-trial-engine-data' on the Hub (LocalEntryNotFoundError)

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.

Clinical Trial Engine Data

Data files for the Clinical Trial Simulation Engine notebook pipeline.

Contents

Directory Description Size
ae_images/ Synthetic AE photographs (7 types × 3 grades + normal) ~295 MB
siglip_ft_head/ Fine-tuned MedSigLIP-448 classification head weights ~15 MB
hear_mixed_model/ HeAR 3-class cough classifier (dry/wet/none) <1 MB
hear_cough_only_model/ HeAR 2-class cough classifier (dry/wet) ~4 MB
cough_audio_samples/ Synthetic cough audio samples for testing ~4 MB
care_ai_eval_data/ Evaluation prompts and test data for Care AI nurse agent <1 MB

Usage

from huggingface_hub import snapshot_download
data_dir = snapshot_download("AlphaRaven/clinical-trial-engine-data", repo_type="dataset")
Downloads last month
244