I’m taking the short course “Embedding Models: from Architecture to Implementation”. For me the best way to learn is to d/l the python and run it in Spyder. That way I can single step and analyze all the variables since the data areas show the type and contents as the program runs.
I can d/l the .py file with no problem (file->download as), however I can’t figure out how to d/l the models in the data area. For example, the model/bert-base-uncased. When I try I get a read permission error.
Is there any way to d/l these?