Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
ojo commited on
Commit
fcb5f8f
·
verified ·
1 Parent(s): 7285f87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -1,3 +1,48 @@
1
- ---
2
- license: odc-by
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - de
5
+ - fr
6
+ - es
7
+ license: "odc-by"
8
+ tags:
9
+ - phonemization
10
+ - g2p
11
+ - multilingual
12
+ - olaph
13
+ pretty_name: "OLaPh Phonemization Dataset"
14
+ dataset_info:
15
+ dataset_name: olaph-data
16
+ version: 1.0
17
+ created_by: IISYS Hof University
18
+ ---
19
+
20
+ # Dataset Card for OLaPh Training Data
21
+
22
+ ## Dataset Summary
23
+ This dataset was created with the [OLaPh framework](https://github.com/iisys-hof/olaph) and used to train the [OLaPh grapheme-to-phoneme model](https://huggingface.co/iisys-hof/olaph). It contains multilingual text from FineWeb datasets, automatically phonemized into aligned text–phoneme pairs for English, German, French, and Spanish.
24
+
25
+ ## Source Data
26
+ Text was taken from:
27
+ - [HuggingFaceFW/fineweb](https://huggingface.co/datasets/HuggingFaceFW/fineweb)
28
+ - [HuggingFaceFW/fineweb-2](https://huggingface.co/datasets/HuggingFaceFW/fineweb-2)
29
+
30
+ ## Phonemization
31
+ All text was processed and phonemized automatically using the **OLaPh framework**, producing aligned grapheme–phoneme pairs.
32
+
33
+ ## Intended Use
34
+ This dataset is intended for research and development of phonemization models, and related speech or linguistic tasks.
35
+
36
+
37
+ ### Citation
38
+ ```bibtex
39
+ @misc{wirth2025olaphoptimallanguagephonemizer,
40
+ title={OLaPh: Optimal Language Phonemizer},
41
+ author={Johannes Wirth},
42
+ year={2025},
43
+ eprint={2509.20086},
44
+ archivePrefix={arXiv},
45
+ primaryClass={cs.CL},
46
+ url={https://arxiv.org/abs/2509.20086},
47
+ }
48
+ ```