smiles-transformer
smiles-transformer copied to clipboard
Added missing vocab.pkl file
Added vocab.pkl
The length of the vocab.pkl file from @ronak-44 does not match the dimensions of the network (50 vs 45, see https://github.com/DSPsleeporg/smiles-transformer/issues/17#issuecomment-932688504). https://github.com/DSPsleeporg/smiles-transformer/issues/17#issuecomment-947417504 explains in detail how to generate vocab.pkl with size 45, matching the dimensions of the network.
@VincentBt can you submit a PR with your generated vocab.pkl
output? It would save others a lot of troubleshooting to get going with this repo.