All models have 5M non-embedding parameters and were trained on 1.8M tokens from their language. These models were then probed for phonetic features using the corresponding inventories in
Phoible. Check out the paper for more details. Training and analysis scripts can be found
here.
1from transformers import AutoModel
2dutch_model = AutoModel.from_pretrained('phonemetransformers/ipa-childes-models', subfolder='Dutch')