str20tbl commited on
Commit
c56ba80
·
verified ·
1 Parent(s): 1b5e12b

Update model from training (2025-11-15 06:39:44) - Language: cy

Browse files
Files changed (1) hide show
  1. MODEL_CARD.md +11 -7
MODEL_CARD.md CHANGED
@@ -4,12 +4,14 @@ This is a Welsh (Cymraeg) text-to-speech model trained using Piper.
4
 
5
  ## Model Details
6
 
7
- - **Language:** Welsh (cy)
8
  - **Sample Rate:** 22,050 Hz
9
  - **Quality:** Medium
10
  - **Framework:** Piper/VITS
11
  - **Model Type:** Single-speaker TTS
12
- - **Training Dataset:** [techiaith/bu-tts-cy-en](https://huggingface.co/datasets/techiaith/bu-tts-cy-en)
 
 
13
 
14
  ## Usage
15
 
@@ -19,11 +21,11 @@ Install [Piper](https://github.com/rhasspy/piper) and use the model:
19
 
20
  ```bash
21
  # Download the model files
22
- wget https://huggingface.co/techiaith/cy_GB-bu_tts/resolve/main/cy_GB-bu_tts.onnx
23
- wget https://huggingface.co/techiaith/cy_GB-bu_tts/resolve/main/cy_GB-bu_tts.onnx.json
24
 
25
  # Generate speech
26
- echo "Helo, sut ydych chi heddiw?" | piper --model cy_GB-bu_tts.onnx --output_file output.wav
27
  ```
28
 
29
  ### Sample Sentences
@@ -34,6 +36,7 @@ Try these example sentences in Welsh:
34
  - "Diolch yn fawr am eich help."
35
  - "Mae'r tywydd yn hyfryd heddiw."
36
  - "Rwy'n dysgu siarad Cymraeg."
 
37
 
38
  ## Training Information
39
 
@@ -46,6 +49,7 @@ Try these example sentences in Welsh:
46
  - Checkpoint frequency: Every 5 epochs
47
  - Gradient clipping: 1.0
48
  - Warmup epochs: 5
 
49
 
50
  ## License
51
 
@@ -56,10 +60,10 @@ MIT License - See the training repository for details.
56
  If you use this model, please cite:
57
 
58
  ```bibtex
59
- @misc{cy_GB-bu_tts,
60
  title={Welsh Text-to-Speech Model},
61
  author={Uned Technolegau Iaith, Prifysgol Bangor},
62
- year={2024},
63
  publisher={HuggingFace},
64
  howpublished={\url{https://huggingface.co/techiaith/cy_GB-bu_tts}}
65
  }
 
4
 
5
  ## Model Details
6
 
7
+ - **Language:** Welsh (cy) - Monolingual
8
  - **Sample Rate:** 22,050 Hz
9
  - **Quality:** Medium
10
  - **Framework:** Piper/VITS
11
  - **Model Type:** Single-speaker TTS
12
+ - **Training Dataset:** [techiaith/bu-tts-cy-en](https://huggingface.co/datasets/techiaith/bu-tts-cy-en) (Welsh samples only)
13
+
14
+ This model was trained exclusively on Welsh language data from the techiaith/bu-tts-cy-en dataset.
15
 
16
  ## Usage
17
 
 
21
 
22
  ```bash
23
  # Download the model files
24
+ wget https://huggingface.co/techiaith/cy_GB-bu_tts/resolve/main/cy_GB-bu_tts-medium.onnx
25
+ wget https://huggingface.co/techiaith/cy_GB-bu_tts/resolve/main/cy_GB-bu_tts-medium.onnx.json
26
 
27
  # Generate speech
28
+ echo "Helo, sut ydych chi heddiw?" | piper --model cy_GB-bu_tts-medium.onnx --output_file output.wav
29
  ```
30
 
31
  ### Sample Sentences
 
36
  - "Diolch yn fawr am eich help."
37
  - "Mae'r tywydd yn hyfryd heddiw."
38
  - "Rwy'n dysgu siarad Cymraeg."
39
+ - "Croeso i Gymru!"
40
 
41
  ## Training Information
42
 
 
49
  - Checkpoint frequency: Every 5 epochs
50
  - Gradient clipping: 1.0
51
  - Warmup epochs: 5
52
+ - Language filter: Welsh (cy) only
53
 
54
  ## License
55
 
 
60
  If you use this model, please cite:
61
 
62
  ```bibtex
63
+ @misc{cy_GB_bu_tts,
64
  title={Welsh Text-to-Speech Model},
65
  author={Uned Technolegau Iaith, Prifysgol Bangor},
66
+ year={2025},
67
  publisher={HuggingFace},
68
  howpublished={\url{https://huggingface.co/techiaith/cy_GB-bu_tts}}
69
  }