Remove base_path from model card.
#1
by
helpmefindaname
- opened
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.