File size: 1,386 Bytes
b253a9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196ccef
 
dade576
196ccef
0517be6
 
 
 
 
 
 
 
 
dade576
0517be6
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
language:
  - fr
thumbnail: "url to a thumbnail used in social sharing"
tags:
- text-generation
datasets:
- Marxav/frpron
metrics:
- loss/eval
- perplexity
widget:
- text: "salut:"
- text: "bonjour:"
- text: "comment ça va ?:"
- text: "bonjour le monde:"
- text: "anticonstitutionnellement:"
inference:
  parameters:
    temperature: 0.1
    return_full_text: False
---
# Fr-word to IPA pronunciation
Converting French words into their phonemic pronunciation

This module aims at predicting the usual prononciation of the French words in the 
[French Wiktionary](https://fr.wiktionary.org/). 
More precisely, it aims at predicting the ***IPA*** string contained in the {{pron|***IPA***|fr}} tag of a French Wiktionary entry.

To use it, simply give an input containing the word that you want to translate followed by ":", for example: "bonjour:".
The model will produce the predicted pronunciation, for example "bɔ̃.ʒuʁ".

***This module has not yet been fully tuned, it thus remained experimental.***

***The input lenght is currently limited to a maximum of 20 letters.***

## More information on the model, dataset, hardware, environmental consideration:

### **The trainingg data**
The dataset used for training this models comes from data of the [French Wiktionary](https://fr.wiktionary.org/).
	
### **The model**
The model is build on [gpt2](https://huggingface.co/gpt2)