Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,8 @@ widget:
|
|
17 |
- text: "anticonstitutionnellement:"
|
18 |
inference:
|
19 |
parameters:
|
20 |
-
temperature: 0.
|
21 |
return_full_text: False
|
22 |
-
num_return_sequences: 3
|
23 |
---
|
24 |
# Fr-word to IPA pronunciation
|
25 |
Converting French words into their phonemic pronunciation
|
@@ -29,7 +28,7 @@ This module aims at predicting the usual prononciation of the French words in th
|
|
29 |
More precisely, it aims at predicting the ***IPA*** string contained in the {{pron|***IPA***|fr}} tag of a French Wiktionary entry.
|
30 |
|
31 |
To use it, simply give an input containing the word that you want to translate followed by ":", for example: "bonjour:".
|
32 |
-
|
33 |
|
34 |
***This module has not yet been fully tuned, it thus remained experimental.***
|
35 |
|
|
|
17 |
- text: "anticonstitutionnellement:"
|
18 |
inference:
|
19 |
parameters:
|
20 |
+
temperature: 0.1
|
21 |
return_full_text: False
|
|
|
22 |
---
|
23 |
# Fr-word to IPA pronunciation
|
24 |
Converting French words into their phonemic pronunciation
|
|
|
28 |
More precisely, it aims at predicting the ***IPA*** string contained in the {{pron|***IPA***|fr}} tag of a French Wiktionary entry.
|
29 |
|
30 |
To use it, simply give an input containing the word that you want to translate followed by ":", for example: "bonjour:".
|
31 |
+
The model will produce the predicted pronunciation, for example "bɔ̃.ʒuʁ".
|
32 |
|
33 |
***This module has not yet been fully tuned, it thus remained experimental.***
|
34 |
|