PRISM-Molecule / config.json
Yujivus's picture
Upload folder using huggingface_hub
70a8cc0 verified
raw
history blame contribute delete
253 Bytes
{
"vocab_size": 58101,
"d_model": 512,
"num_heads": 8,
"dff": 2048,
"dropout": 0.1,
"max_length": 128,
"num_encoder_layers": 6,
"num_refining_layers": 0,
"num_decoder_layers": 6,
"architecture": "PRISM_Molecule"
}