Thorsten-Voice commited on
Commit
4737328
·
verified ·
1 Parent(s): bc501ee

Added dataset information

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md CHANGED
@@ -19,3 +19,77 @@ configs:
19
  - split: train
20
  path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - split: train
20
  path: data/train-*
21
  ---
22
+ ---
23
+ license: cc0-1.0
24
+ language:
25
+ - de
26
+ task_categories:
27
+ - text-to-speech
28
+ tags:
29
+ - text-to-speech
30
+ - tts
31
+ - german
32
+ - voice
33
+ - orpheus-tts
34
+ - thorsten-voice
35
+ ---
36
+
37
+ # Thorsten-Voice TV-24kHz-Neutral-tokenised
38
+
39
+ ## Overview
40
+
41
+ This dataset is a **tokenised German text-to-speech dataset** created for training and fine-tuning the **Orpheus TTS** model family.
42
+
43
+ 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**.
44
+
45
+ This dataset is intended for:
46
+ - Training and fine-tuning Orpheus-based German TTS models
47
+ - Research on neural speech synthesis
48
+ - Open, unrestricted TTS experimentation
49
+
50
+ ---
51
+
52
+ ## Dataset Origin
53
+
54
+ - **Original dataset:** Thorsten-Voice Dataset 2022.10
55
+ - **DOI:** https://doi.org/10.5281/zenodo.7265581
56
+ - **Language:** German (de)
57
+ - **Speaker:** Thorsten (single speaker)
58
+
59
+ All audio originates from the original Thorsten-Voice corpus and was reprocessed for compatibility with Orpheus TTS.
60
+
61
+ ---
62
+
63
+ ## Processing Details
64
+
65
+ - Audio resampled to **24,000 Hz**
66
+ - Loudness normalized to **-24dB**
67
+ - Tokenised using the **Orpheus TTS tokenizer** jupyter notebook (huggingface dataset package < 4)
68
+ - Stored as a tokenised dataset ready for training
69
+
70
+ The tokenisation reflects the **Orpheus TTS codebase as of December 2025**.
71
+
72
+ ---
73
+
74
+ ## License
75
+
76
+ This dataset is released under the **Creative Commons Zero (CC0 1.0)** license.
77
+
78
+ > You are free to use, modify, distribute and build upon this dataset for any purpose, including commercial use, without restriction.
79
+
80
+ ---
81
+
82
+ ## Related Projects
83
+
84
+ - **Thorsten-Voice Project:**
85
+ https://www.Thorsten-Voice.de
86
+
87
+ - **Orpheus TTS (GitHub):**
88
+ https://github.com/canopylabs/orpheus-tts
89
+
90
+ ---
91
+
92
+ ## Notes
93
+
94
+ This dataset is part of the ongoing **Thorsten-Voice** ecosystem and is provided to support open, reproducible speech synthesis research.
95
+