Commit
·
9df7e0a
1
Parent(s):
0b6cc78
update readme
Browse files
README.md
CHANGED
@@ -14,10 +14,18 @@ language:
|
|
14 |
pipeline_tag: text-generation
|
15 |
---
|
16 |
|
17 |
-
#
|
18 |
|
19 |
-
This is
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## Model Details
|
22 |
|
23 |
- **Base Model**: Qwen/Qwen2.5-7B
|
|
|
14 |
pipeline_tag: text-generation
|
15 |
---
|
16 |
|
17 |
+
# 🧠 ssml-text2breaks-fr-lora
|
18 |
|
19 |
+
This is the first-stage LoRA adapter for French SSML prosody generation, responsible for inserting symbolic pause markers (e.g., #250, #500) at linguistically appropriate positions in raw French text.
|
20 |
|
21 |
+
This model is part of the SSML generation cascade described in the accepted paper:
|
22 |
+
|
23 |
+
**"Improving French Synthetic Speech Quality via SSML Prosody Control"**
|
24 |
+
Nassima Ould-Ouali, Éric Moulines – ICNLSP 2025 (Springer LNCS) [accepted].
|
25 |
+
|
26 |
+
It performs linguistically-aware break prediction, identifying phrasing and syntactic pause points, and outputs text marked with symbolic durations that can then be converted to valid SSML tags (e.g., <break time="250ms"/>) by the second-stage model.
|
27 |
+
|
28 |
+
---
|
29 |
## Model Details
|
30 |
|
31 |
- **Base Model**: Qwen/Qwen2.5-7B
|