i have, PROJECT(folder)
├── pytorch_model.bin
├── bert_config.json
└── vocab.txt
i tried saving it with
torch.save( pytorch_model.bin , PATH)
but came with error
-bash: syntax error near unexpected token pytorch_model.bin,'`
what am i doing wrong ?
and please help me convert pretrained model to saved model( .pth)!!