GreaseLM icon indicating copy to clipboard operation
GreaseLM copied to clipboard

Bert_large_model can't solved..

Open AnwarsaeedDMU opened this issue 10 months ago • 2 comments

I am trying to solve the error: ` File "D:\GreaseLM\modeling\modeling_greaselm.py", line 583, in from_pretrained raise EnvironmentError(msg)

  • 'bert-large-uncased' is a correct model identifier listed on 'https://huggingface.co/models'
  • or 'bert-large-uncased' is the correct path to a directory containing a file named one of pytorch_model.bin, tf_model.h5, model.ckpt. ` .

I tried to download all files from https://huggingface.co/google-bert/bert-large-uncased/tree/main but still, I don't know where to set this file or where the path to it is. Please help me with that.

AnwarsaeedDMU avatar Apr 29 '24 02:04 AnwarsaeedDMU