CoolFace
Datasetpublic

marleen-snsl/sqp-tts-en

SQP TTS (English) Synthesized speech for SQPsychConv_qwen-2.5, a synthetic CBT therapist-client dialogue dataset (English). Each configuration below corresponds to one TTS model. Load a single model with: from datasets import load_dataset ds = load_dataset("sinselm/sqp-tts-en", "qwen3-tts") Models included qwen3-tts: https://huggingface.co/Qwen/Qwen3-TTS-12Hz-0.6B-Base cosyvoice: https://huggingface.co/FunAudioLLM/Fun-CosyVoice3-0.5B-2512 fishaudio:… See the full description on the dataset page: https://huggingface.co/datasets/marleen-snsl/sqp-tts-en.

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes255downloads
Dataset Card

SQP TTS (English)

Synthesized speech for SQPsychConv_qwen-2.5, a synthetic CBT therapist-client dialogue dataset (English).

Each configuration below corresponds to one TTS model. Load a single model with:

python
from datasets import load_dataset
ds = load_dataset("sinselm/sqp-tts-en", "qwen3-tts")

Models included

  • qwen3-tts: https://huggingface.co/Qwen/Qwen3-TTS-12Hz-0.6B-Base
  • cosyvoice: https://huggingface.co/FunAudioLLM/Fun-CosyVoice3-0.5B-2512
  • fishaudio: https://huggingface.co/fishaudio/s1-mini
  • vits: https://huggingface.co/kakao-enterprise/vits-vctk

Columns

ColumnDescription
audioSynthesized dialogue audio (single file per dialogue)
dialogue_idSource dialogue folder identifier
transcriptFull preprocessed dialogue text used as TTS input
turnsJSON string with per-turn speaker, role, text, and timestamps (start_sec, end_sec) into audio
modelTTS model used to generate this row
languageLanguage of the dialogue (en or de)
datasetSource dialogue dataset (annomi or sqp)
client_conditionSource pipeline group label, see note below
speaker_gender_client, speaker_gender_therapistAssigned or annotated speaker gender
speaker_id_client, speaker_id_therapistSpeaker ID used during synthesis
inference_seedRandom seed used for this generation

client_condition reflects the source pipeline's internal group labels (active, not_active, control). Per the source SQPsychConv_qwen-2.5 dataset, both active and not_active correspond to the major depressive disorder (MDD) group, while control is the symptom-free group. See Vu et al. (arXiv:2510.25384) for the underlying group definitions and clinical source.

Source data and license

Dialogue text originates from SQPsychConvqwen-2.5 (https://huggingface.co/datasets/AIMH/SQPsychConvqwen-2.5), a synthetic dataset, no real client data is contained in the dialogue text. This dataset is released under Apache 2.0.