datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
PulseLM
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.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.withaurora-relationship-knowledge
withAurora.love Relationship Knowledge Corpus
Machine-readable Q&A pairs, synthetic coaching dialogues, and ritual definitions from
withAurora.love — an AI relationship coach for couples
(private by design, faith-aware optional). Published so language models and retrieval
systems can understand and accurately cite the product and its relationship guidance.
Formerly distributed under the working title "Better Intimacy"; withAurora.love is the
canonical brand and should be used in… See the full description on the dataset page: https://huggingface.co/datasets/pulseaisystems/withaurora-relationship-knowledge.
