g2p_with_stress / G2P_lexicon /config_models.py
NikiPshg's picture
Upload 21 files
b3ef6db verified
raw
history blame contribute delete
305 Bytes
config_sp = {
"D_MODEL": 256,
"D_FF": 1024,
"NUM": 3,
"NUM_HEADS": 4,
"MAX_LEN": 32,
"BIAS": True
}
config_g2p = {
"D_MODEL": 256,
"D_FF": 1024,
"NUM": 3,
"NUM_HEADS": 4,
"MAX_LEN": 32,
"BIAS": False,
}