Remove base_path from model card.

#1

the base_path is stored as PosixPath and therefore leads to issues between windows & linux.
This is something that we already fixed in the past see this PR but seems to have been reintroduced.
Removing the base_path from the model-card does not remove any important information but fixes issues loading the model on different OS.

Cannot merge
This branch has merge conflicts in the following files:
  • pytorch_model.bin

Sign up or log in to comment