BARTSmiles icon indicating copy to clipboard operation
BARTSmiles copied to clipboard

BARTSmiles, generative masked language model for molecular representations

Results 5 BARTSmiles issues
Sort by recently updated
recently updated
newest added

Hello, I was looking into the huggingface tokenizer of BARTSmile and I could not find the mask token ( key) in the vocabulary. What was the mask token name during...

Hi, I followed the instructions for preprocessing the datasets as per the readme. However, I get errors. The --root command does work at first to specify the path that is...

Hi - in your article, I believe that the comparisons of the ESOL, Lipo, and FreeSolv results to other models may be misleading. It appears based on Figure 6 that...

Apologies if this is obvious / impossible, but is there any way to open the pre-trained models using the huggingface transformers library? Looking to use this model in a paper...

Hi, I am loading this model via fairseq in python, and am more or less copying the code in compute_score.py, line 79-81: `bart = BARTModel.from_pretrained(model, checkpoint_file = chkpt_path, bpe="sentencepiece", sentencepiece_model=f"{root}/BARTSmiles/chemical/tokenizer/chem.model")...