File size: 2,394 Bytes
bc501ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4737328
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
829d2fe
4737328
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
dataset_info:
  features:
  - name: input_ids
    sequence: int32
  - name: labels
    sequence: int64
  - name: attention_mask
    sequence: int8
  splits:
  - name: train
    num_bytes: 46637477
    num_examples: 12451
  download_size: 16402695
  dataset_size: 46637477
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
---
license: cc0-1.0
language:
- de
task_categories:
- text-to-speech
tags:
- text-to-speech
- tts
- german
- voice
- orpheus-tts
- thorsten-voice
---

# Thorsten-Voice TV-24kHz-Neutral-tokenised

## Overview

This dataset is a **tokenised German text-to-speech dataset** created for training and fine-tuning the **Orpheus TTS** model family.

It is based on approximately **12,000 speech recordings** from the original **Thorsten-Voice Dataset (2022.10)** and has been **resampled to 24 kHz** and **tokenised using Orpheus TTS preprocessing**.

This dataset is intended for:
- Training and fine-tuning Orpheus-based German TTS models
- Research on neural speech synthesis
- Open, unrestricted TTS experimentation

---

## Dataset Origin

- **Original dataset:** Thorsten-Voice Dataset 2022.10  
- **DOI:** https://doi.org/10.5281/zenodo.7265581  
- **Language:** German (de)  
- **Speaker:** Thorsten (single speaker)

All audio originates from the original Thorsten-Voice corpus and was reprocessed for compatibility with Orpheus TTS.

---

## Processing Details

- Audio resampled to **24,000 Hz**
- Loudness normalized to **-24dB**
- Tokenised using the **Orpheus TTS tokenizer** jupyter notebook (huggingface dataset package < 4)
- Stored as a tokenised dataset ready for training

The tokenisation reflects the **Orpheus TTS codebase as of December 2025**.
Jupyter notebook used to tokenize is attached to this dataset (see files). Thanks to OrpheusTTS for providing.

---

## License

This dataset is released under the **Creative Commons Zero (CC0 1.0)** license.

> You are free to use, modify, distribute and build upon this dataset for any purpose, including commercial use, without restriction.

---

## Related Projects

- **Thorsten-Voice Project:**  
  https://www.Thorsten-Voice.de

- **Orpheus TTS (GitHub):**  
  https://github.com/canopylabs/orpheus-tts

---

## Notes

This dataset is part of the ongoing **Thorsten-Voice** ecosystem and is provided to support open, reproducible speech synthesis research.