CoolFace
3 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01Manhph2211 /PulseLMgated PulseLM: A Foundation Dataset and Benchmark for PPG-Text Learning Usage from datasets import load_dataset, get_dataset_config_names, concatenate_datasets # datasets==4.5.0 dataset_names = get_dataset_config_names("Manhph2211/PulseLM") print(f"Available datasets: {dataset_names}") train_splits = [ load_dataset("Manhph2211/PulseLM", name, split="train").select_columns(["signal", "text", "qa"]) for name in dataset_names ] combined =… See the full description on the dataset page: https://huggingface.co/datasets/Manhph2211/PulseLM.tabularquestion-answering1M<n<10M19 likes1.4k downloads1d agoHugging Face02Ronilos /PulseLM PulseLM: A Foundation Dataset and Benchmark for PPG-Text Learning Hung Manh Pham*   Jinyang Wu*   Xiao Ma   Yiming Zhang   Yixin Xu   Aaqib Saeed  Bin Zhu†   Zhou Pan†   Dong Ma† * Equal contribution    † Corresponding authors Introduction PulseLM is a multimodal framework that integrates PPG (Photoplethysmography) signal encoders with large language models for physiological signal understanding research. The project includes a large-scale… See the full description on the dataset page: https://huggingface.co/datasets/Ronilos/PulseLM.tabularquestion-answering1M<n<10M0 likes85 downloads6mo agoHugging Face03shubhamugare /infer-pulse-eval Infer Pulse Static Analysis Evaluation Dataset Dataset Description This dataset contains 523 C functions extracted from Meta's Infer static analyzer test suite, specifically the Pulse analyzer tests. It's designed for evaluating Large Language Models (LLMs) on static analysis tasks, particularly memory safety bug detection in C code. Note: This is an evaluation-only dataset. All examples are provided in the test split. Key Features 523 individual C… See the full description on the dataset page: https://huggingface.co/datasets/shubhamugare/infer-pulse-eval.tabulartext-classificationn<1K1 likes30 downloads11mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.